Skip to content

Commit cdf798b

Browse files
committed
Allow autofix
1 parent a49df65 commit cdf798b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
files: ^Tools/build/check_warnings.py
2929
- id: ruff-format
3030
name: Run Ruff (format) on Tools/jit/
31-
args: [--check, --config=Tools/jit/.ruff.toml]
31+
args: [--config=Tools/jit/.ruff.toml]
3232
files: ^Tools/jit/
3333

3434
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)