Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: 3.10.0 → v3.13.0](commitizen-tools/commitizen@3.10.0...v3.13.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.4)
- [github.com/python/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/scop/pre-commit-shfmt: v3.7.0-1 → v3.7.0-4](scop/pre-commit-shfmt@v3.7.0-1...v3.7.0-4)
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2023
1 parent 458f09c commit 3226a6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: 3.10.0
rev: v3.13.0
- hooks:
- id: check-useless-excludes
repo: meta
- hooks:
- files: \.(css|js|md|markdown|json)
id: prettier
repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.4
- hooks:
- id: seed-isort-config
repo: https://github.com/asottile/seed-isort-config
Expand All @@ -26,7 +26,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/python/black
rev: 23.9.1
rev: 23.11.0
- hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -55,13 +55,13 @@ repos:
- id: check-byte-order-marker
- id: check-docstring-first
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
- hooks:
- id: flake8
repo: https://github.com/pycqa/flake8
rev: 6.1.0
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.7.0-1
rev: v3.7.0-4
hooks:
# Choose one of:
- id: shfmt # native (requires/installs Go to build)
Expand Down

0 comments on commit 3226a6c

Please sign in to comment.