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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/myint/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1)
- [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.17.0](asottile/pyupgrade@v3.15.0...v3.17.0)
- [github.com/psf/black: 24.1.1 → 24.8.0](psf/black@24.1.1...24.8.0)
- [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.14.0)
- [github.com/commitizen-tools/commitizen: v3.14.1 → v3.28.0](commitizen-tools/commitizen@v3.14.1...v3.28.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 3bcf98d commit 6822a07
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.5.0
rev: v4.6.0
- hooks:
- args:
- --in-place
Expand All @@ -25,15 +25,15 @@ repos:
- --ignore-init-module-imports
id: autoflake
repo: https://github.com/myint/autoflake
rev: v2.2.1
rev: v2.3.1

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

- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
rev: v3.13.0
hooks:
- args:
- --py38-plus
Expand All @@ -43,20 +43,20 @@ repos:
- --py38-plus
id: pyupgrade
repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.17.0
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.8.0
- hooks:
- id: blacken-docs
args: [-l80]
repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
rev: 1.18.0


- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
rev: v2.14.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
Expand All @@ -66,7 +66,7 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v3.14.1
rev: v3.28.0


- repo: https://github.com/PyCQA/docformatter
Expand Down

0 comments on commit 6822a07

Please sign in to comment.