Skip to content

Commit

Permalink
CI: Bump pycodestyle to 2.12.0 and pyflakes 3.2.0
Browse files Browse the repository at this point in the history
This is to be compatible with flake8 7.1.1.
  • Loading branch information
dopplershift committed Nov 6, 2024
1 parent b5c90af commit fc128e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/linting_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ruff==0.7.1

flake8==7.1.1
pycodestyle==2.9.1
pyflakes==2.5.0
pycodestyle==2.12.0
pyflakes==3.2.0

flake8-continuation==1.0.5
flake8-isort==6.1.1
Expand Down

0 comments on commit fc128e5

Please sign in to comment.