mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 11:16:54 +00:00
Merge branch 'allow_newer_pycodestyle' into 'master'
Allow newer pycodestyle See merge request !175
This commit is contained in:
commit
1a6f8f4169
2 changed files with 2 additions and 2 deletions
|
|
@ -9,5 +9,5 @@ requires-dist =
|
|||
enum34; python_version<"3.4"
|
||||
configparser; python_version<"3.2"
|
||||
pyflakes >= 1.5.0, < 1.6.0
|
||||
pycodestyle >= 2.0.0, < 2.3.0
|
||||
pycodestyle >= 2.0.0, < 2.4.0
|
||||
mccabe >= 0.6.0, < 0.7.0
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -18,7 +18,7 @@ tests_require = ['mock >= 2.0.0', 'pytest']
|
|||
# setup.cfg as well.
|
||||
requires = [
|
||||
"pyflakes >= 1.5.0, < 1.6.0",
|
||||
"pycodestyle >= 2.0.0, < 2.3.0",
|
||||
"pycodestyle >= 2.0.0, < 2.4.0",
|
||||
"mccabe >= 0.6.0, < 0.7.0",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue