Merge pull request #386 from Mark-Niemeyer/flake8_github

pre-commit: switch flake8 repo from gitlab to github
This commit is contained in:
Bas Nijholt 2022-11-27 09:05:56 -08:00 committed by GitHub
commit 2ee7801bc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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