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.2.1 → 3.2.2](commitizen-tools/commitizen@3.2.1...3.2.2)
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/PyCQA/prospector: v1.9.0 → 1.10.0](prospector-dev/prospector@v1.9.0...1.10.0)
  • Loading branch information
pre-commit-ci[bot] authored and alandtse committed May 15, 2023
1 parent ac31eca commit 27cc2a6
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.2.1
rev: 3.2.2
# --- Linters ---
- hooks:
- id: dockerfile_lint
Expand All @@ -51,7 +51,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
Expand All @@ -66,7 +66,7 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/PyCQA/prospector
rev: v1.9.0
rev: 1.10.0
hooks:
- id: prospector
exclude: ^(tests)/.+\.py$
Expand Down

0 comments on commit 27cc2a6

Please sign in to comment.