Skip to content

Commit 1f955bb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.12.0](asottile/reorder-python-imports@v3.9.0...v3.12.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.15.2](asottile/pyupgrade@v3.3.1...v3.15.2) - [github.com/psf/black: 23.3.0 → 24.3.0](psf/black@23.3.0...24.3.0)
1 parent 97eebcf commit 1f955bb

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -11,20 +11,20 @@ repos:
1111
- id: debug-statements
1212
language_version: python3
1313

14-
- repo: https://github.com/asottile/reorder_python_imports
15-
rev: v3.9.0
14+
- repo: https://github.com/asottile/reorder-python-imports
15+
rev: v3.12.0
1616
hooks:
1717
- id: reorder-python-imports
1818
args: [--py37-plus]
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.3.1
21+
rev: v3.15.2
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
2525

2626

2727
- repo: https://github.com/psf/black
28-
rev: "23.3.0"
28+
rev: "24.3.0"
2929
hooks:
3030
- id: black

0 commit comments

Comments
 (0)