Add support for .pyi files (#9)

This commit is contained in:
Charlie Marsh 2022-12-02 12:45:51 -05:00 committed by GitHub
parent b3300d9ad0
commit f7845095c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
description: "Run 'ruff' for extremely fast Python linting"
entry: ruff
language: python
"types": [python]
types_or: [python, pyi]
args: []
require_serial: false
additional_dependencies: []