mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Merge branch 'develop' into improvement/add_pre-commit_hook
This commit is contained in:
commit
c17800a7fd
1 changed files with 6 additions and 6 deletions
|
@ -37,7 +37,7 @@ repos:
|
|||
args:
|
||||
- --config=.mdl_config.json
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v2.3.0
|
||||
rev: v2.3.2
|
||||
hooks:
|
||||
- id: prettier
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
|
@ -74,7 +74,7 @@ repos:
|
|||
args:
|
||||
- --config=.bandit.yml
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 21.5b2
|
||||
rev: 21.7b0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
|
@ -84,15 +84,15 @@ repos:
|
|||
additional_dependencies:
|
||||
- flake8-docstrings
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.8.0
|
||||
rev: 5.9.2
|
||||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.812
|
||||
rev: v0.910
|
||||
hooks:
|
||||
- id: mypy
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.19.1
|
||||
rev: v2.21.2
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
|
||||
|
@ -129,7 +129,7 @@ repos:
|
|||
|
||||
# Docker hooks
|
||||
- repo: https://github.com/IamTheFij/docker-pre-commit
|
||||
rev: v2.0.0
|
||||
rev: v2.0.1
|
||||
hooks:
|
||||
- id: docker-compose-check
|
||||
|
||||
|
|
Loading…
Reference in a new issue