mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 13:36:54 +00:00
upgrade mccabe to 0.7.0
This commit is contained in:
parent
9de288a22f
commit
86bdc0dbc8
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ package_dir =
|
|||
# And in which releases we will update those ranges here:
|
||||
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
|
||||
install_requires =
|
||||
mccabe>=0.6.0,<0.7.0
|
||||
mccabe>=0.7.0,<0.8.0
|
||||
pycodestyle>=2.8.0,<2.9.0
|
||||
pyflakes>=2.4.0,<2.5.0
|
||||
importlib-metadata<4.3;python_version<"3.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue