feat: always add --no-force-exclude (#20)
Closes #19. Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
parent
a34d15d78d
commit
99c84d0468
@ -1,7 +1,7 @@
|
|||||||
- id: ruff
|
- id: ruff
|
||||||
name: ruff
|
name: ruff
|
||||||
description: "Run 'ruff' for extremely fast Python linting"
|
description: "Run 'ruff' for extremely fast Python linting"
|
||||||
entry: ruff
|
entry: 'ruff --force-exclude'
|
||||||
language: python
|
language: python
|
||||||
'types_or': [python, pyi]
|
'types_or': [python, pyi]
|
||||||
args: []
|
args: []
|
||||||
|
Loading…
Reference in New Issue
Block a user