We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following flake8 lint errors have been disabled to allow branch integration testing to pass without being flooded. B007, B008, B902, B950, D100, D101, D102, D103, D104, D107, D200, D202, D205, D212, D402, D403, D415, D417, E741, F401, F841, N805, N818
B007
B008
B902
B950
D100
D101
D102
D103
D104
D107
D200
D202
D205
D212
D402
D403
D415
D417
E741
F401
F841
N805
N818
The codebase must be linted and brought into compliance, and these errors re-enabled in setup.cfg's flake8 section.
flake8
With the temporary extend-ignore removed and the permanent extend-ignore reinstated, tox's lint testing passes.
extend-ignore
The text was updated successfully, but these errors were encountered:
@jordanpadams running both black and autopep8 result in minimal changes (not sure why since I assume flake8 is assessing PEP8 conformity).
black
autopep8
Manually fixing the >1100 errors manually is obviously not a smart play right now.
I'll loop back to this when I have some free time, but will assume it's not a high priority unless you tell me otherwise.
Sorry, something went wrong.
jordanpadams
No branches or pull requests
🐛 Describe the bug
The following flake8 lint errors have been disabled to allow branch integration testing to pass without being flooded.
B007
,B008
,B902
,B950
,D100
,D101
,D102
,D103
,D104
,D107
,D200
,D202
,D205
,D212
,D402
,D403
,D415
,D417
,E741
,F401
,F841
,N805
,N818
The codebase must be linted and brought into compliance, and these errors re-enabled in setup.cfg's
flake8
section.🕵️ Expected behavior
With the temporary
extend-ignore
removed and the permanentextend-ignore
reinstated, tox's lint testing passes.The text was updated successfully, but these errors were encountered: