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.8.2](commitizen-tools/commitizen@3.5.3...3.8.2)
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
- [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.10.1](asottile/pyupgrade@v3.9.0...v3.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 12, 2023
1 parent e2e0880 commit 3e3f994
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.8.2
# --- Linters ---
- hooks:
- id: dockerfile_lint
Expand All @@ -51,17 +51,17 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
exclude: >
(?x)^(
CHANGELOG.md
)$
rev: v3.0.0
rev: v3.0.3
- 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 3e3f994

Please sign in to comment.