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.5.0](pre-commit/pre-commit-hooks@v4.0.1...v4.5.0)
- [github.com/asottile/dead: v1.4.0 → v1.5.2](asottile/dead@v1.4.0...v1.5.2)
- [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.32.0](adrienverge/yamllint@v1.26.3...v1.32.0)
- [github.com/psf/black: 21.11b1 → 23.10.0](psf/black@21.11b1...23.10.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
- [github.com/PyCQA/bandit: 1.7.1 → 1.7.5](PyCQA/bandit@1.7.1...1.7.5)
- [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.37.0](igorshubovych/markdownlint-cli@v0.30.0...v0.37.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 Oct 23, 2023
1 parent 1963d02 commit 72f8293
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.5.0
hooks:
- id: check-ast
- id: check-json
Expand All @@ -13,19 +13,19 @@ repos:
- id: debug-statements
- id: detect-private-key
- repo: https://github.com/asottile/dead
rev: v1.4.0
rev: v1.5.2
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.32.0
hooks:
- id: yamllint
- repo: https://github.com/psf/black
rev: 21.11b1
rev: 23.10.0
hooks:
- id: black
- repo: https://github.com/IamTheFij/docker-pre-commit
Expand All @@ -34,19 +34,19 @@ repos:
- id: docker-compose-check
- id: hadolint
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 1.7.1
rev: 1.7.5
hooks:
- id: bandit
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.30.0
rev: v0.37.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 72f8293

Please sign in to comment.