SFM/.pre-commit-config.yaml
Raykov-MS a2e9b1c65f fix
2026-06-04 16:57:08 +03:00

17 lines
338 B
YAML

repos:
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--line-length", "88"]
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.2
hooks:
- id: ruff