Skip to content

Commit 18883e8

Browse files
ci: pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.12.0](asottile/reorder-python-imports@v3.10.0...v3.12.0) - [github.com/psf/black: 23.3.0 → 24.4.0](psf/black@23.3.0...24.4.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
1 parent be9fd50 commit 18883e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/asottile/reorder-python-imports
3-
rev: v3.10.0
3+
rev: v3.12.0
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black
7-
rev: 23.3.0
7+
rev: 24.4.0
88
hooks:
99
- id: black
1010
args: [--target-version, py310, --preview]
1111
language_version: python3.10
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.4.0
13+
rev: v4.6.0
1414
hooks:
1515
- id: trailing-whitespace
1616
ci:

0 commit comments

Comments
 (0)