1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-03 00:53:12 +00:00
tux/.pre-commit-config.yaml
kzndotsh 2567ccf3c5 chore(.pre-commit-config.yaml): update ruff-pre-commit version from v0.4.9 to v0.4.10 for latest features and bug fixes
refactor(info.py): remove irc command as it's no longer needed in the project
2024-06-23 07:15:19 +00:00

14 lines
312 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
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