Files
ledgrab/.pre-commit-config.yaml
T
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]