-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add flake8 to build #57
Comments
Huh. So this is in the PYFLAKES_BUILTINS=_ Which I think would account for some of the above errors, but also that is not clear at all to me. Also, I'm assuming |
Gettext is part of Python. Just |
tbh these flake8 issues are pretty minor, so let's focus on the tickets in the alpha milestone on the sprint and we can discuss adding some of these other minor refactoring / dev agility tickets in the next sprint planning |
Given this sort of checking is all covered/configured via |
Ack. |
To have latest black, we need updated typed-ast, for that we have to upgrade mypy too, and for mypy upgrade to work, we had to upgrade the mypy-extensions. It first runs isort to check if it passes, and then it runs black. Both uses 100 as line length. setup.py marks Python version as >= 3.7 as we are testing and running the code only on 3.7 on Debian Buster. Also contains the formatting change in proxy.py for black check to run sucessfully on CI.
…_dev Fixes #57 runs black & isor for code formatting check
There's a lot of issues already.
The text was updated successfully, but these errors were encountered: