mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 13:51:16 +00:00
Exclude crates/ruff_python_formatter/resources
from pre-commit check (#2947)
This commit is contained in:
parent
036380e6a8
commit
147c6ff1db
1 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,11 @@ repos:
|
|||
language: rust
|
||||
types_or: [python, pyi]
|
||||
require_serial: true
|
||||
exclude: ^crates/ruff/resources
|
||||
exclude: |
|
||||
(?x)^(
|
||||
crates/ruff/resources/.*|
|
||||
crates/ruff_python_formatter/resources/.*
|
||||
)$
|
||||
- id: dev-generate-all
|
||||
name: dev-generate-all
|
||||
entry: cargo dev generate-all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue