mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
7 lines
152 B
YAML
7 lines
152 B
YAML
- id: lint
|
|
name: ruff lint
|
|
description: Run ruff to lint Python files.
|
|
entry: ruff
|
|
language: python
|
|
types_or: [python]
|
|
pass_filenames: true
|