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:
Florian Bruhin 2017-11-26 20:30:10 +01:00
parent b5dd647678
commit 5490f70b25
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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