Skip to content

Commit 1b81d8e

Browse files
authored
downgrade black, we still support 3.9
1 parent 3a9475c commit 1b81d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: name-tests-test
1313
args: [--pytest-test-first]
1414
- repo: https://github.com/psf/black-pre-commit-mirror
15-
rev: 25.12.0 # must match pyproject.toml
15+
rev: 25.11.0 # must match pyproject.toml
1616
hooks:
1717
- id: black
1818
language_version: python3.9

0 commit comments

Comments
 (0)