Skip to content

Commit

Permalink
Downgrading flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Nov 23, 2024
1 parent 90a8015 commit a96ec61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
DEV_REQUIREMENTS = [
"autopep8 >=1.6.0, <3.0.0",
"isort >=5.10.1, <6.0.0",
"flake8 >=4.0.1, <8.0.0",
"flake8 >=4.0.1, <7.0.0",
"flake8-docstrings >=1.6.0, <2.0.0",
"flake8-isort >=4.1.1, <7.0.0",
"tox >=3.25.0, <5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ extras = dev
commands =
isort .
autopep8 --in-place --recursive --exclude skeleton.py --ignore E501 .
flake8 --ignore=E721
flake8

0 comments on commit a96ec61

Please sign in to comment.