Add ruff check

This commit is contained in:
Patrick Robertson
2025-03-14 12:48:06 +00:00
parent 19715c8ec2
commit abaeec0cc6

View File

@@ -3,7 +3,10 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.10
hooks:
- id: ruff-format
- id: ruff
args: [ --fix ]
- id: ruff-format
# Runs Ruff linting - just checks without fixing, but blocks commit if errors are found.
# - id: ruff