Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1600 from deNBI/deps/pycqa-flake8-7.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update pre-commit hook PyCQA/flake8 to v7
  • Loading branch information
dweinholz authored Jan 5, 2024
2 parents a8bc9c8 + 7595506 commit 9fd4669
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 @@ -35,7 +35,7 @@ repos:
- --remove-all-unused-imports

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
args: [ "--config=setup.cfg" ]
Expand Down

0 comments on commit 9fd4669

Please sign in to comment.