Skip to content

Commit 0d21229

Browse files
Remove specific dependency on Python 3.12 for black
1 parent 1962567 commit 0d21229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ repos:
2929
- id: black
3030
name: Run Black on Tools/build/check_warnings.py
3131
files: ^Tools/build/check_warnings.py
32-
language_version: python3.12
32+
language_version: python3
3333
args: [--line-length=79]
3434
- id: black
3535
name: Run Black on Tools/jit/
3636
files: ^Tools/jit/
37-
language_version: python3.12
37+
language_version: python3
3838

3939
- repo: https://github.com/pre-commit/pre-commit-hooks
4040
rev: v5.0.0

0 commit comments

Comments
 (0)