Merge pull request #9 from cisagov/improvement-bandit-config

Run pre-commit autoupdate
pull/113/head
Shane Frasier 5 years ago committed by GitHub
commit c94b79deb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .pre-commit-config.yaml

@ -1,7 +1,7 @@
--- ---
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0 rev: v2.2.1
hooks: hooks:
- id: check-executables-have-shebangs - id: check-executables-have-shebangs
- id: check-json - id: check-json
@ -23,7 +23,7 @@ repos:
- id: requirements-txt-fixer - id: requirements-txt-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/igorshubovych/markdownlint-cli - repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.14.1 rev: v0.15.0
hooks: hooks:
- id: markdownlint - id: markdownlint
# The LICENSE.md must match the license text exactly for # The LICENSE.md must match the license text exactly for
@ -45,7 +45,7 @@ repos:
additional_dependencies: additional_dependencies:
- flake8-docstrings - flake8-docstrings
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v1.14.0 rev: v1.16.3
hooks: hooks:
- id: pyupgrade - id: pyupgrade
- repo: https://github.com/PyCQA/bandit - repo: https://github.com/PyCQA/bandit
@ -54,7 +54,7 @@ repos:
- id: bandit - id: bandit
args: args:
- --config=.bandit.yml - --config=.bandit.yml
- repo: https://github.com/ambv/black - repo: https://github.com/python/black
rev: 19.3b0 rev: 19.3b0
hooks: hooks:
- id: black - id: black
@ -74,6 +74,6 @@ repos:
hooks: hooks:
- id: docker-compose-check - id: docker-compose-check
- repo: https://github.com/prettier/prettier - repo: https://github.com/prettier/prettier
rev: 1.16.2 rev: 1.17.0
hooks: hooks:
- id: prettier - id: prettier

Loading…
Cancel
Save