Skip to content

Commit

Permalink
build: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: 3.5.3 → 3.10.0](commitizen-tools/commitizen@3.5.3...3.10.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0...v3.0.3)
- [github.com/asottile/pyupgrade: v3.9.0 → v3.14.0](asottile/pyupgrade@v3.9.0...v3.14.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent 2358131 commit 974c3ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- id: commitizen
stages: ["commit-msg"]
repo: https://github.com/commitizen-tools/commitizen
rev: 3.5.3
rev: 3.10.0
# --- Linters ---
- hooks:
- id: dockerfile_lint
Expand All @@ -59,9 +59,9 @@ repos:
(?x)^(
CHANGELOG.md
)$
rev: v3.0.0
rev: v3.0.3
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.14.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down

0 comments on commit 974c3ea

Please sign in to comment.