mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
Merge pull request #386 from Mark-Niemeyer/flake8_github
pre-commit: switch flake8 repo from gitlab to github
This commit is contained in:
commit
2ee7801bc3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue