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.7.0](commitizen-tools/commitizen@3.5.3...3.7.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.2](pre-commit/mirrors-prettier@v3.0.0...v3.0.2)
- [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 28, 2023
1 parent e2e0880 commit 1e8ccdb
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.7.0
# --- Linters ---
- hooks:
- id: dockerfile_lint
Expand All @@ -59,9 +59,9 @@ repos:
(?x)^(
CHANGELOG.md
)$
rev: v3.0.0
rev: v3.0.2
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down

0 comments on commit 1e8ccdb

Please sign in to comment.