1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-03 09:03:12 +00:00
tux/.pre-commit-config.yaml

11 lines
271 B
YAML

repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.3.4
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
# - repo: https://github.com/RobertCraigie/pyright-python
# rev: v1.1.355
# hooks:
# - id: pyright