Files
FindMy.py/.pre-commit-config.yaml
2023-12-31 15:15:26 +01:00

10 lines
201 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.9
hooks:
# Run the linter.
- id: ruff
# Run the formatter.
- id: ruff-format