Skip to content

Commit

Permalink
Fix flake8 version requirement (#251)
Browse files Browse the repository at this point in the history
Old version format is no more supported by the latest pip 24.1.1
  • Loading branch information
mpagot authored Jun 28, 2024
1 parent 607a7e6 commit 4594e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/qesap/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flake8>=6.0.*
flake8==6.*
flake8-bugbear==23.5.*
hypothesis==6.*
pylint==3.1.*
Expand Down

0 comments on commit 4594e60

Please sign in to comment.