mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-10-30 14:17:40 +00:00
10 lines
204 B
YAML
10 lines
204 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.11.2
|
|
hooks:
|
|
# Lint (and apply safe fixes)
|
|
- id: ruff
|
|
args: [--fix]
|
|
# Fomrat
|
|
- id: ruff-format
|