Add support for .pyi files (#9)
This commit is contained in:
parent
b3300d9ad0
commit
f7845095c6
@ -3,7 +3,7 @@
|
|||||||
description: "Run 'ruff' for extremely fast Python linting"
|
description: "Run 'ruff' for extremely fast Python linting"
|
||||||
entry: ruff
|
entry: ruff
|
||||||
language: python
|
language: python
|
||||||
"types": [python]
|
types_or: [python, pyi]
|
||||||
args: []
|
args: []
|
||||||
require_serial: false
|
require_serial: false
|
||||||
additional_dependencies: []
|
additional_dependencies: []
|
||||||
|
Loading…
Reference in New Issue
Block a user