Skip to content

Commit

Permalink
pre-commit configuration: migrate source of flake8 from gitlab.com (n…
Browse files Browse the repository at this point in the history
…o-longer mirrored) to github.com (upstream) (#685)
  • Loading branch information
jayaddison committed Nov 19, 2022
1 parent c954e1a commit d6e0fe7
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 @@ -6,7 +6,7 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://gitlab.com/pycqa/flake8.git
- repo: https://github.com/pycqa/flake8.git
rev: 3.9.2
hooks:
- id: flake8
Expand Down

0 comments on commit d6e0fe7

Please sign in to comment.