We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1962567 commit 0d21229Copy full SHA for 0d21229
.pre-commit-config.yaml
@@ -29,12 +29,12 @@ repos:
29
- id: black
30
name: Run Black on Tools/build/check_warnings.py
31
files: ^Tools/build/check_warnings.py
32
- language_version: python3.12
+ language_version: python3
33
args: [--line-length=79]
34
35
name: Run Black on Tools/jit/
36
files: ^Tools/jit/
37
38
39
- repo: https://github.com/pre-commit/pre-commit-hooks
40
rev: v5.0.0
0 commit comments