mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-10 19:07:55 +00:00
Merge branch 'develop' into improvement/specify_mdl_rules
This commit is contained in:
commit
f63276642c
2 changed files with 6 additions and 6 deletions
|
@ -31,7 +31,7 @@ repos:
|
|||
|
||||
# Text file hooks
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.27.1
|
||||
rev: v0.28.1
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
args:
|
||||
|
@ -41,7 +41,7 @@ repos:
|
|||
hooks:
|
||||
- id: prettier
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
rev: v1.26.1
|
||||
rev: v1.26.2
|
||||
hooks:
|
||||
- id: yamllint
|
||||
args:
|
||||
|
@ -49,7 +49,7 @@ repos:
|
|||
|
||||
# pre-commit hooks
|
||||
- repo: https://github.com/pre-commit/pre-commit
|
||||
rev: v2.13.0
|
||||
rev: v2.14.0
|
||||
hooks:
|
||||
- id: validate_manifest
|
||||
|
||||
|
@ -91,7 +91,7 @@ repos:
|
|||
additional_dependencies:
|
||||
- flake8-docstrings
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.9.2
|
||||
rev: 5.9.3
|
||||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
|
@ -99,7 +99,7 @@ repos:
|
|||
hooks:
|
||||
- id: mypy
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.21.2
|
||||
rev: v2.23.3
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ set -o pipefail
|
|||
|
||||
USAGE=$(
|
||||
cat << 'END_OF_LINE'
|
||||
Configure a developement environment for this repository.
|
||||
Configure a development environment for this repository.
|
||||
|
||||
It does the following:
|
||||
- Verifies pyenv and pyenv-virtualenv are installed.
|
||||
|
|
Loading…
Reference in a new issue