Skip to content

Commit

Permalink
build: pre-commit autoupdate (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Jun 18, 2024
1 parent 9783fca commit a84fe07
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 @@ -35,14 +35,14 @@ repos:
- id: check-yaml
exclude: ^recipes/.*
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0

# --- Commit msg checks ---
- hooks:
- id: commitizen
stages: ["commit-msg"]
repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0
rev: v3.27.0
# --- Linters ---
- hooks:
- id: dockerfile_lint
Expand All @@ -59,9 +59,9 @@ repos:
(?x)^(
CHANGELOG.md
)$
rev: v3.0.0
rev: v4.0.0-alpha.8
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -80,7 +80,7 @@ repos:
- --configfile=tests/bandit.yaml
files: ^(tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
# - repo: local
Expand Down

0 comments on commit a84fe07

Please sign in to comment.