Skip to content

Commit

Permalink
pin flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Jan 15, 2024
1 parent 501e59d commit 4e04603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
],
# Test dependencies
'test': [
'flake8',
'flake8>=7.0.0', # not to pick up E231
'pytest>=3.9,!=6.0.0rc1,!=6.0.0',
'pytest-cov>=2.10.1',
'pytest-env',
Expand Down Expand Up @@ -95,7 +95,7 @@
'docformatter',
'isort',
'pre-commit',
'prospector[with_pyroma]>=1.9.0',
# 'prospector[with_pyroma]>=1.9.0',
'vprof',
'yamllint',
'yapf',
Expand Down

0 comments on commit 4e04603

Please sign in to comment.