You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is optional, but we should be using static analysis and linter tools to have a better codebase. A popular stack is: mypy, black, ruff, and isort. We can make use of these tools.
#9
Open
chronark opened this issue
May 28, 2023
· 2 comments
This one is optional, but we should be using static analysis and linter tools to have a better codebase. A popular stack is: mypy, black, ruff, and isort. We can make use of these tools.
The text was updated successfully, but these errors were encountered:
Strictly speaking mypy, I've used it and manually checked a lot of errors. While it's very useful if you have the patience to distinct between false positives and actual errors, I wouldn't block anything because of it (especially if the other tests are passing). Related to this typing issue.
The text was updated successfully, but these errors were encountered: