Remove flake8-pep3101
It seems to trigger when using modulo on ints as well, which is kind of annoying. See #3320
This commit is contained in:
parent
b5dd647678
commit
5490f70b25
@ -7,7 +7,6 @@ flake8-deprecated==1.3
|
||||
flake8-docstrings==1.1.0
|
||||
flake8-future-import==0.4.3
|
||||
flake8-mock==0.3
|
||||
flake8-pep3101==1.0 # rq.filter: < 1.1
|
||||
flake8-per-file-ignores==0.4
|
||||
flake8-polyfill==1.0.1
|
||||
flake8-string-format==0.2.3
|
||||
|
@ -5,7 +5,6 @@ flake8-deprecated
|
||||
flake8-docstrings
|
||||
flake8-future-import
|
||||
flake8-mock
|
||||
flake8-pep3101<1.1
|
||||
flake8-per-file-ignores
|
||||
flake8-string-format
|
||||
flake8-tidy-imports
|
||||
@ -13,6 +12,3 @@ flake8-tuple
|
||||
pep8-naming
|
||||
pydocstyle
|
||||
pyflakes
|
||||
|
||||
# Not upgraded yet because they introduce new errors
|
||||
#@ filter: flake8-pep3101 < 1.1
|
||||
|
Loading…
Reference in New Issue
Block a user