python-test/checklist.txt

4 lines
No EOL
267 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Все параметры и возвраты типизированы?
✅ Generic типы указаны (list[int], не list)?
✅ except ловит конкретное исключение, не голый except:?
В raise есть сообщение?