Skip to content

Commit

Permalink
chore: Update to get flake8 from Github
Browse files Browse the repository at this point in the history
Installing from Gitlab was failing. PyPI package points to Github as homepage.
  • Loading branch information
aiven-anton authored and jjaakola-aiven committed Nov 17, 2022
1 parent 29dbdf7 commit bc0983a
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 @@ -9,7 +9,7 @@ repos:
args:
- --line-length=125

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

0 comments on commit bc0983a

Please sign in to comment.