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.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0)
- [github.com/asottile/dead: v1.4.0 → v1.5.0](asottile/dead@v1.4.0...v1.5.0)
- [github.com/Lucas-C/pre-commit-hooks-nodejs: v1.1.1 → v1.1.2](Lucas-C/pre-commit-hooks-nodejs@v1.1.1...v1.1.2)
- [github.com/adrienverge/yamllint: v1.26.3 → v1.29.0](adrienverge/yamllint@v1.26.3...v1.29.0)
- [github.com/psf/black: 21.11b1 → 22.12.0](psf/black@21.11b1...22.12.0)
- [github.com/IamTheFij/docker-pre-commit: v2.0.1 → v2.1.1](IamTheFij/docker-pre-commit@v2.0.1...v2.1.1)
- [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
- [github.com/PyCQA/bandit: 1.7.1 → 1.7.4](PyCQA/bandit@1.7.1...1.7.4)
- [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.33.0](igorshubovych/markdownlint-cli@v0.30.0...v0.33.0)
- [github.com/Yelp/detect-secrets: v1.1.0 → v1.4.0](Yelp/detect-secrets@v1.1.0...v1.4.0)
  • Loading branch information
pre-commit-ci[bot] committed Jan 16, 2023
1 parent 1963d02 commit 2c47924
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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.4.0
hooks:
- id: check-ast
- id: check-json
Expand All @@ -13,40 +13,40 @@ repos:
- id: debug-statements
- id: detect-private-key
- repo: https://github.com/asottile/dead
rev: v1.4.0
rev: v1.5.0
hooks:
- id: dead
- repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs
rev: v1.1.1
rev: v1.1.2
hooks:
- id: dockerfile_lint
- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
rev: v1.29.0
hooks:
- id: yamllint
- repo: https://github.com/psf/black
rev: 21.11b1
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/IamTheFij/docker-pre-commit
rev: v2.0.1
rev: v2.1.1
hooks:
- id: docker-compose-check
- id: hadolint
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 1.7.1
rev: 1.7.4
hooks:
- id: bandit
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.30.0
rev: v0.33.0
hooks:
- id: markdownlint
- repo: https://github.com/Yelp/detect-secrets
rev: v1.1.0
rev: v1.4.0
hooks:
- id: detect-secrets
- repo: local
Expand Down

0 comments on commit 2c47924

Please sign in to comment.