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 b75c380 commit 35101a0Copy full SHA for 35101a0
.pre-commit-config.yaml
@@ -22,6 +22,7 @@ repos:
22
name: Run Ruff (format) on Doc/
23
args: [--check]
24
files: ^Doc/
25
+ exclude: ^Doc/howto/multiple-interpreters-run-examples.py
26
- id: ruff-format
27
name: Run Ruff (format) on Tools/build/check_warnings.py
28
args: [--check, --config=Tools/build/.ruff.toml]
0 commit comments