Skip to content

Commit

Permalink
Allow use of flake8 v7 (#615)
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 authored Feb 27, 2024
1 parent ee44262 commit c7d8194
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 c7d8194

Please sign in to comment.