mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
Merge branch 'latest_pycodestyle' into 'master'
Allow the new pycodestyle alpha See merge request pycqa/flake8!418
This commit is contained in:
commit
7319beabc2
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ install_requires=
|
|||
# And in which releases we will update those ranges here:
|
||||
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
|
||||
pyflakes >= 2.2.0, < 2.3.0
|
||||
pycodestyle >= 2.5.0, < 2.6.0
|
||||
pycodestyle >= 2.6.0a1, < 2.7.0
|
||||
mccabe >= 0.6.0, < 0.7.0
|
||||
enum34; python_version<"3.4"
|
||||
typing; python_version<"3.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue