Fix the repo of the flake8 pre-commit hook

Per PyCQA/flake8#1290 this hook moved from GitLab to GitHub. The
version we use is bumped to the latest tag on GitHub as well.
pull/529/head^2
Nicholas McDonnell 2 years ago
parent cfa9ba59e8
commit b1ea3d4239
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 4
      .pre-commit-config.yaml

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

Loading…
Cancel
Save