Skip to content

Commit

Permalink
Merge pull request #954 from risuorg/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
iranzo authored Oct 30, 2024
2 parents 329ad21 + ce08e5b commit 198d7ce
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 198d7ce

Please sign in to comment.