Files
wled-screen-controller-mixed/.pre-commit-config.yaml
alexei.dolgolyov f345687600
All checks were successful
Lint & Test / test (push) Successful in 1m6s
chore: remove python3.11 version pin from pre-commit config
2026-03-26 20:41:34 +03:00

13 lines
310 B
YAML

repos:
- repo: https://github.com/psf/black
rev: '24.10.0'
hooks:
- id: black
args: [--line-length=100, --target-version=py311]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
hooks:
- id: ruff
args: [--line-length=100, --target-version=py311]