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: v3.29.0 → v3.30.0](commitizen-tools/commitizen@v3.29.0...v3.30.0)
- [github.com/python/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/scop/pre-commit-shfmt: v3.9.0-1 → v3.10.0-1](scop/pre-commit-shfmt@v3.9.0-1...v3.10.0-1)
- [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1)
- [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 28, 2024
1 parent 493892e commit ce08e5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.0
rev: v3.30.0
- hooks:
- id: check-useless-excludes
repo: meta
Expand All @@ -19,7 +19,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/python/black
rev: 24.8.0
rev: 24.10.0
- hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -48,13 +48,13 @@ repos:
- id: check-byte-order-marker
- id: check-docstring-first
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
- hooks:
- id: flake8
repo: https://github.com/pycqa/flake8
rev: 7.1.1
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.9.0-1
rev: v3.10.0-1
hooks:
# Choose one of:
- id: shfmt # native (requires/installs Go to build)
Expand All @@ -69,7 +69,7 @@ repos:
- hooks:
- id: blacken-docs
repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.1

# - repo: https://github.com/asottile/pyupgrade
# rev: v2.38.0
Expand All @@ -91,6 +91,6 @@ repos:
# - markdown

- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
rev: v3.14.0
hooks:
- id: reorder-python-imports

0 comments on commit ce08e5b

Please sign in to comment.