-
Notifications
You must be signed in to change notification settings - Fork 47
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
Can't stop warnings coming from flake8 #69
Comments
my
|
I think this is a result of flake8 moving to argparse in this release: https://flake8.pycqa.org/en/latest/release-notes/3.8.0.html#a1-2020-04-24 Until pytest-flake8 fixes this you may pin your flake8 version to 3.7.9, that should make the warnings disappear for now. |
Indeed, adding this in my tox.ini did help for now:
|
Silencing the warnings via |
I am keep on getting this log with every check.. Can I stopped them ?
The text was updated successfully, but these errors were encountered: