Skip to content

Commit

Permalink
[build] Update flake8 version in the pre-commit hooks to v6.1.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
  • Loading branch information
seifertm committed Oct 9, 2023
1 parent 037a101 commit f3d6d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- id: mypy
exclude: ^(docs|tests)/.*
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
language_version: python3
Expand Down

0 comments on commit f3d6d53

Please sign in to comment.