Skip to content

Commit 0fe3a23

Browse files
ci: pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.16.0](asottile/reorder-python-imports@v3.10.0...v3.16.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 25.12.0](psf/black-pre-commit-mirror@23.3.0...25.12.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0)
1 parent 325e494 commit 0fe3a23

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
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/asottile/reorder-python-imports
3-
rev: v3.10.0
3+
rev: v3.16.0
44
hooks:
55
- id: reorder-python-imports
6-
- repo: https://github.com/psf/black
7-
rev: 23.3.0
6+
- repo: https://github.com/psf/black-pre-commit-mirror
7+
rev: 25.12.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: v6.0.0
1414
hooks:
1515
- id: trailing-whitespace
1616
ci:

0 commit comments

Comments
 (0)