Skip to content

Commit 2a98c6a

Browse files
authored
Merge pull request #120 from cisagov/bug/verify_pre-commit_hook_repos
Update the `flake8` pre-commit hook configuration
2 parents cfa9ba5 + b1ea3d4 commit 2a98c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ repos:
9191
rev: 22.3.0
9292
hooks:
9393
- id: black
94-
- repo: https://gitlab.com/pycqa/flake8
95-
rev: 3.9.2
94+
- repo: https://github.com/PyCQA/flake8
95+
rev: 5.0.4
9696
hooks:
9797
- id: flake8
9898
additional_dependencies:

0 commit comments

Comments
 (0)