Skip to content

Commit

Permalink
update pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
picnixz committed Dec 2, 2024
1 parent e7a7a10 commit f64a23d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ repos:
name: Run Ruff (lint) on Argument Clinic
args: [--exit-non-zero-on-fix, --config=Tools/clinic/.ruff.toml]
files: ^Tools/clinic/|Lib/test/test_clinic.py
- id: ruff
name: Run Ruff (lint) on Tools/refcounts/lint.py
args: [--exit-non-zero-on-fix, --config=Tools/refcounts/.ruff.toml]
files: ^Tools/refcounts/lint.py
- id: ruff-format
name: Run Ruff (format) on Doc/
args: [--check]
Expand Down

0 comments on commit f64a23d

Please sign in to comment.