Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/PyCQA/autoflake: v2.3.0 → v2.3.1](PyCQA/autoflake@v2.3.0...v2.3.1)
- [github.com/asottile/pyupgrade: v3.15.1 → v3.18.0](asottile/pyupgrade@v3.15.1...v3.18.0)
- [github.com/psf/black: 24.2.0 → 24.10.0](psf/black@24.2.0...24.10.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)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent a201fff commit 5467813
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ exclude: >
)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.0
rev: v2.3.1
hooks:
- id: autoflake
exclude: &fixtures tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/
Expand All @@ -27,7 +27,7 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.18.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -38,11 +38,11 @@ repos:
exclude: docs*
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
rev: v2.14.0
hooks:
- id: pretty-format-ini
args: [--autofix]
Expand Down

0 comments on commit 5467813

Please sign in to comment.