Merge pull request #120 from cisagov/bug/verify_pre-commit_hook_repos

Update the `flake8` pre-commit hook configuration
pull/529/head^2
Nick 1 year ago committed by GitHub
commit 2a98c6abf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .pre-commit-config.yaml

@ -91,8 +91,8 @@ repos:
rev: 22.3.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies:

Loading…
Cancel
Save