ruff-pre-commit/.pre-commit-hooks.yaml
2022-09-19 21:04:28 -06:00

8 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