kopia lustrzana https://github.com/dgtlmoon/changedetection.io
10 wiersze
204 B
YAML
10 wiersze
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
|