mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Update pre-commit hooks via pre-commit autoupdate
This commit is contained in:
parent
c449be113d
commit
a13597d233
1 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ repos:
|
|||
- id: requirements-txt-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.16.0
|
||||
rev: v0.17.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
# The LICENSE.md must match the license text exactly for
|
||||
|
@ -31,7 +31,7 @@ repos:
|
|||
# alone.
|
||||
exclude: LICENSE.md
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
rev: v1.15.0
|
||||
rev: v1.16.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
- repo: https://github.com/detailyang/pre-commit-shell
|
||||
|
@ -45,11 +45,11 @@ repos:
|
|||
additional_dependencies:
|
||||
- flake8-docstrings
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v1.18.0
|
||||
rev: v1.19.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
- repo: https://github.com/PyCQA/bandit
|
||||
rev: 1.6.0
|
||||
rev: 1.6.1
|
||||
hooks:
|
||||
- id: bandit
|
||||
args:
|
||||
|
@ -73,6 +73,6 @@ repos:
|
|||
hooks:
|
||||
- id: docker-compose-check
|
||||
- repo: https://github.com/prettier/prettier
|
||||
rev: 1.17.1
|
||||
rev: 1.18.2
|
||||
hooks:
|
||||
- id: prettier
|
||||
|
|
Loading…
Reference in a new issue