Skip to content

Commit

Permalink
Allow use of flake8 v7
Browse files Browse the repository at this point in the history
All packages in the colcon org appear to test successfully against
flake8 v7 now.
  • Loading branch information
cottsay committed Feb 14, 2024
1 parent ee44262 commit b1cd426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ zip_safe = false

[options.extras_require]
test =
flake8>=3.6.0,<7
flake8>=3.6.0
flake8-blind-except
flake8-builtins
flake8-class-newline
Expand Down

0 comments on commit b1cd426

Please sign in to comment.