Skip to content

Commit 2f1f72a

Browse files
[pre-commit.ci] pre-commit autoupdate
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/psf/black: 23.10.1 → 24.10.0](psf/black@23.10.1...24.10.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.1](asottile/pyupgrade@v3.15.0...v3.19.1) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0)
1 parent 855bf4e commit 2f1f72a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-ast
88
- id: check-builtin-literals
@@ -11,17 +11,17 @@ repos:
1111
- id: requirements-txt-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/psf/black
14-
rev: 23.10.1
14+
rev: 24.10.0
1515
hooks:
1616
- id: black
1717
language_version: python3.12
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.15.0
19+
rev: v3.19.1
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus, --keep-runtime-typing]
2323
- repo: https://github.com/asottile/reorder-python-imports
24-
rev: v3.12.0
24+
rev: v3.14.0
2525
hooks:
2626
- id: reorder-python-imports
2727
- repo: https://github.com/asottile/add-trailing-comma

0 commit comments

Comments
 (0)