Skip to content

Commit

Permalink
Update pre-commit url for flake8 (#1598)
Browse files Browse the repository at this point in the history
Flake8 has moved to github, this fixes the build.
  • Loading branch information
rytilahti authored Nov 15, 2022
1 parent b9a6619 commit 7f9e4f0
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 @@ -34,7 +34,7 @@ repos:
- id: docformatter
args: [--in-place, --wrap-summaries, '88', --wrap-descriptions, '88']

- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
Expand Down

0 comments on commit 7f9e4f0

Please sign in to comment.