[pre-commit] Updated versions
This commit is contained in:
parent
6f7d425ee1
commit
a5dafbd155
|
|
@ -18,7 +18,7 @@ exclude:
|
||||||
)$
|
)$
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.0.1
|
rev: v4.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: no-commit-to-branch
|
- id: no-commit-to-branch
|
||||||
args: [--branch, main]
|
args: [--branch, main]
|
||||||
|
|
@ -40,7 +40,7 @@ repos:
|
||||||
- id: check-shebang-scripts-are-executable
|
- id: check-shebang-scripts-are-executable
|
||||||
# - id: check-toml
|
# - id: check-toml
|
||||||
- repo: https://github.com/adrienverge/yamllint.git
|
- repo: https://github.com/adrienverge/yamllint.git
|
||||||
rev: v1.23.0
|
rev: v1.33.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: yamllint
|
- id: yamllint
|
||||||
args: [-c, .yamllint]
|
args: [-c, .yamllint]
|
||||||
|
|
@ -55,7 +55,7 @@ repos:
|
||||||
# hooks:
|
# hooks:
|
||||||
# - id: black
|
# - id: black
|
||||||
- repo: https://github.com/fsouza/autoflake8
|
- repo: https://github.com/fsouza/autoflake8
|
||||||
rev: v0.3.1
|
rev: v0.4.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: autoflake8
|
- id: autoflake8
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue