Skip to content

Commit

Permalink
Change flake8 repository URL in pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
M69k65y committed Feb 20, 2024
1 parent d3c6073 commit 53e0b90
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 @@ -12,7 +12,7 @@ repos:
exclude: (migrations/|locale/|docs/)
args:
- --line-length=120
- 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 53e0b90

Please sign in to comment.