9 lines
No EOL
213 B
YAML
9 lines
No EOL
213 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.16.6
|
|
hooks:
|
|
- id: ruff-check
|
|
types_or: [ python, pyproject ]
|
|
args: [ --fix ]
|
|
- id: ruff-format
|
|
types_or: [ python ] |