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.3](PyCQA/bandit@1.7.1...1.7.3)
- [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.31.1](igorshubovych/markdownlint-cli@v0.30.0...v0.31.1)
- [github.com/Yelp/detect-secrets: v1.1.0 → v1.2.0](Yelp/detect-secrets@v1.1.0...v1.2.0)
  • Loading branch information
pre-commit-ci[bot] committed Feb 28, 2022
1 parent 1963d02 commit f650f4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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,15 +38,15 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 1.7.1
rev: 1.7.3
hooks:
- id: bandit
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.30.0
rev: v0.31.1
hooks:
- id: markdownlint
- repo: https://github.com/Yelp/detect-secrets
rev: v1.1.0
rev: v1.2.0
hooks:
- id: detect-secrets
- repo: local
Expand Down

0 comments on commit f650f4b

Please sign in to comment.