Remove flake8-builtins filter
This commit is contained in:
parent
4896765fcc
commit
22e887045b
@ -3,7 +3,7 @@
|
||||
attrs==17.4.0
|
||||
flake8==3.5.0
|
||||
flake8-bugbear==18.2.0
|
||||
flake8-builtins==1.1.1 # rq.filter: != 1.1.0
|
||||
flake8-builtins==1.1.1
|
||||
flake8-comprehensions==1.4.1
|
||||
flake8-copyright==0.2.0
|
||||
flake8-debugger==3.1.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
flake8
|
||||
flake8-bugbear
|
||||
flake8-builtins!=1.1.0
|
||||
flake8-builtins
|
||||
flake8-comprehensions
|
||||
flake8-copyright
|
||||
flake8-debugger
|
||||
@ -15,5 +15,3 @@ flake8-tuple
|
||||
pep8-naming
|
||||
pydocstyle
|
||||
pyflakes
|
||||
|
||||
#@ filter: flake8-builtins != 1.1.0
|
Loading…
Reference in New Issue
Block a user