mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 12:36:54 +00:00
Update minumum pycodestyle version to 2.3.0
This commit is contained in:
parent
678eb1d2f6
commit
4fcbcccf38
2 changed files with 2 additions and 2 deletions
|
|
@ -14,5 +14,5 @@ requires-dist =
|
|||
enum34; python_version<"3.4"
|
||||
configparser; python_version<"3.2"
|
||||
pyflakes >= 1.5.0, < 1.7.0
|
||||
pycodestyle >= 2.0.0, < 2.4.0
|
||||
pycodestyle >= 2.3.0, < 2.4.0
|
||||
mccabe >= 0.6.0, < 0.7.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue