Skip to content

Commit 4e699d5

Browse files
authored
Merge pull request #118 from nationalarchives/renovate/pycqa-flake8-7.x
Update pre-commit hook PyCQA/flake8 to v7
2 parents 882f70c + f45b20e commit 4e699d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- id: isort
3232

3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 6.1.0
34+
rev: 7.0.0
3535
hooks:
3636
- id: flake8
3737
args: ["--ignore=F401,E501", "--config=setup.cfg"]

0 commit comments

Comments
 (0)