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/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/myint/autoflake: v2.0.0 → v2.3.1](PyCQA/autoflake@v2.0.0...v2.3.1)
- [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.7.0](asottile/setup-cfg-fmt@v2.2.0...v2.7.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.9.0 → v3.14.0](asottile/reorder-python-imports@v3.9.0...v3.14.0)
- [github.com/asottile/pyupgrade: v3.2.2 → v3.19.0](asottile/pyupgrade@v3.2.2...v3.19.0)
- [github.com/psf/black: 22.10.0 → 24.10.0](psf/black@22.10.0...24.10.0)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.19.1](adamchainz/blacken-docs@v1.12.1...1.19.1)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.4.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.4.0...v2.14.0)
- [github.com/commitizen-tools/commitizen: v2.37.0 → v4.1.0](commitizen-tools/commitizen@v2.37.0...v4.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 9, 2024
1 parent 6ce17ad commit 3aa8c3d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-json
- id: end-of-file-fixer
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
- hooks:
- args:
- --in-place
Expand All @@ -20,15 +20,15 @@ repos:
- --ignore-init-module-imports
id: autoflake
repo: https://github.com/myint/autoflake
rev: v2.0.0
rev: v2.3.1

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

- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.14.0
hooks:
- args:
- --py38-plus
Expand All @@ -38,21 +38,21 @@ repos:
- --py38-plus
id: pyupgrade
repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.19.0
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 22.10.0
rev: 24.10.0

- hooks:
- additional_dependencies:
- black==22.10.0
id: blacken-docs
repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.19.1

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.4.0
rev: v2.14.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
Expand All @@ -65,4 +65,4 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v2.37.0
rev: v4.1.0

0 comments on commit 3aa8c3d

Please sign in to comment.