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: v2.38.0 → v2.40.0](commitizen-tools/commitizen@v2.38.0...v2.40.0)
- [github.com/psf/black: 23.1a1 → 22.12.0](psf/black@23.1a1...22.12.0)
- [github.com/PyCQA/prospector: v1.8.3 → v1.8.4](prospector-dev/prospector@v1.8.3...v1.8.4)
- [github.com/PyCQA/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 30, 2023
1 parent 8d966c4 commit 9f82417
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: v2.38.0
rev: v2.40.0
# --- Linters ---
- hooks:
- id: dockerfile_lint
Expand All @@ -51,7 +51,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 23.1a1
rev: 22.12.0
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
Expand All @@ -62,7 +62,7 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/PyCQA/prospector
rev: v1.8.3
rev: v1.8.4
hooks:
- id: prospector
exclude: ^(tests)/.+\.py$
Expand All @@ -76,7 +76,7 @@ repos:
- --configfile=tests/bandit.yaml
files: ^(tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
# - repo: local
Expand Down

0 comments on commit 9f82417

Please sign in to comment.