Skip to content

Commit 917ee75

Browse files
chore(pre-commit): autoupdate hooks
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/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/psf/black: 23.12.0 → 24.4.2](psf/black@23.12.0...24.4.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.11.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.11.0...v2.14.0)
1 parent 5d479e5 commit 917ee75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ exclude: >
1010
)
1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.5.0
13+
rev: v4.6.0
1414
hooks:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
1717
exclude_types: [sql]
1818
- id: check-yaml
1919
- repo: https://github.com/PyCQA/autoflake
20-
rev: v2.2.1
20+
rev: v2.3.1
2121
hooks:
2222
- id: autoflake
2323
exclude: &fixtures tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/
@@ -28,7 +28,7 @@ repos:
2828
- --remove-duplicate-keys
2929
- --remove-unused-variables
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.15.0
31+
rev: v3.16.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py36-plus]
@@ -39,11 +39,11 @@ repos:
3939
exclude: docs*
4040
additional_dependencies: [toml]
4141
- repo: https://github.com/psf/black
42-
rev: 23.12.0
42+
rev: 24.4.2
4343
hooks:
4444
- id: black
4545
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
46-
rev: v2.11.0
46+
rev: v2.14.0
4747
hooks:
4848
- id: pretty-format-ini
4949
args: [--autofix]

0 commit comments

Comments
 (0)