mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-20 02:36:19 +08:00
pre-commit update version
This commit is contained in:
parent
b944008487
commit
555ab91f18
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8
|
- id: autopep8
|
||||||
- repo: https://github.com/adrienverge/yamllint.git
|
- repo: https://github.com/adrienverge/yamllint.git
|
||||||
rev: v1.21.0 # or higher tag
|
rev: v1.28.0 # or higher tag
|
||||||
hooks:
|
hooks:
|
||||||
- id: yamllint
|
- id: yamllint
|
||||||
args: [--format, parsable, --strict]
|
args: [--format, parsable, --strict]
|
||||||
|
@ -47,7 +47,7 @@ repos:
|
||||||
language_version: python3
|
language_version: python3
|
||||||
args: [--line-length, '130']
|
args: [--line-length, '130']
|
||||||
- repo: https://gitlab.com/pycqa/flake8
|
- repo: https://gitlab.com/pycqa/flake8
|
||||||
rev: 5.0.4
|
rev: 3.9.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
args: [--config=.flake8]
|
args: [--config=.flake8]
|
||||||
|
|
Loading…
Add table
Reference in a new issue