-
-
Notifications
You must be signed in to change notification settings - Fork 485
Setup flake8-pyi to lint stubs #128
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
Comments
If you have free time to introduce |
@sobolevn let me give it a try then. Most of the findings can be eliminated in an automated fashion - I already did this for PEP 604 imports in |
Thank you! This will impove our code quality :) |
If you're in for an extra challenge, you can do the same to https://github.com/typeddjango/djangorestframework-stubs repository too. :) |
It will enforce
...
instead ofNone
, find useless nodes for annotations, etc.https://github.com/ambv/flake8-pyi
The text was updated successfully, but these errors were encountered: