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