Files
FindMy.py/.pre-commit-config.yaml
2024-01-02 21:04:52 +01:00

11 lines
225 B
YAML

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