Skip to content

Commit

Permalink
style: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [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/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0)
- [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1)
- [github.com/commitizen-tools/commitizen: v3.28.0 → v3.30.0](commitizen-tools/commitizen@v3.28.0...v3.30.0)
- [github.com/abravalheri/validate-pyproject: v0.18 → v0.22](abravalheri/validate-pyproject@v0.18...v0.22)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 105d32c commit d436ec9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: check-json
- id: end-of-file-fixer
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
- hooks:
- args:
- --in-place
Expand All @@ -28,12 +28,12 @@ repos:
rev: v2.3.1

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.5.0
rev: v2.7.0
hooks:
- id: setup-cfg-fmt

- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
rev: v3.14.0
hooks:
- args:
- --py38-plus
Expand All @@ -43,16 +43,16 @@ repos:
- --py38-plus
id: pyupgrade
repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
- hooks:
- id: blacken-docs
args: [-l80]
repo: https://github.com/adamchainz/blacken-docs
rev: 1.18.0
rev: 1.19.1


- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
Expand All @@ -66,7 +66,7 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
rev: v3.30.0


# - repo: https://github.com/PyCQA/docformatter
Expand All @@ -75,7 +75,7 @@ repos:
# - id: docformatter

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.18
rev: v0.22
hooks:
- id: validate-pyproject
# Optional extra validations from SchemaStore:
Expand Down

0 comments on commit d436ec9

Please sign in to comment.