mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Merge branch 'develop' into improvement/update_mdl_configuration
This commit is contained in:
commit
e607360128
1 changed files with 12 additions and 6 deletions
|
@ -37,7 +37,7 @@ repos:
|
|||
args:
|
||||
- --config=.mdl_config.yaml
|
||||
- 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
|
||||
|
@ -47,6 +47,12 @@ repos:
|
|||
args:
|
||||
- --strict
|
||||
|
||||
# pre-commit hooks
|
||||
- repo: https://github.com/pre-commit/pre-commit
|
||||
rev: v2.13.0
|
||||
hooks:
|
||||
- id: validate_manifest
|
||||
|
||||
# Shell script hooks
|
||||
- repo: https://github.com/lovesegfault/beautysh
|
||||
rev: v6.1.0
|
||||
|
@ -68,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
|
||||
|
@ -78,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
|
||||
|
||||
|
@ -123,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