Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
- [github.com/psf/black: 21.11b1 → 22.1.0](psf/black@21.11b1...22.1.0)
- [github.com/PyCQA/bandit: 1.7.1 → 1.7.2](PyCQA/bandit@1.7.1...1.7.2)
- [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.31.0](igorshubovych/markdownlint-cli@v0.30.0...v0.31.0)
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2022
1 parent 1963d02 commit 367235a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-ast
- id: check-json
Expand All @@ -25,7 +25,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/psf/black
rev: 21.11b1
rev: 22.1.0
hooks:
- id: black
- repo: https://github.com/IamTheFij/docker-pre-commit
Expand All @@ -38,11 +38,11 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 1.7.1
rev: 1.7.2
hooks:
- id: bandit
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.30.0
rev: v0.31.0
hooks:
- id: markdownlint
- repo: https://github.com/Yelp/detect-secrets
Expand Down

0 comments on commit 367235a

Please sign in to comment.