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
2024-03-29 11:48:35 -04:00

14 lines
315 B
YAML

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