pre-commit: switch flake8 repo from gitlab to github

This commit is contained in:
Mark Niemeyer 2022-11-27 17:18:48 +01:00
commit 54ddb8c4ae

View file

@ -7,8 +7,8 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
args: ["--fix=lf"]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/ambv/black