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.2 → 3.5.3](commitizen-tools/commitizen@3.5.2...3.5.3)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0)
- [github.com/asottile/pyupgrade: v3.8.0 → v3.9.0](asottile/pyupgrade@v3.8.0...v3.9.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 24, 2023
1 parent 79eea25 commit 0715469
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.2
rev: 3.5.3
# --- Linters ---
- hooks:
- id: dockerfile_lint
Expand All @@ -51,17 +51,17 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
exclude: >
(?x)^(
CHANGELOG.md
)$
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.0
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down

0 comments on commit 0715469

Please sign in to comment.