alabuga/.pre-commit-config.yaml
danilgryaznev e050bd46ef 1 vers
2025-09-21 19:30:55 +02:00

19 lines
424 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
additional_dependencies: ["click<8.1.0"]
files: ^backend/
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
files: ^backend/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
hooks:
- id: ruff
args: ["--fix"]
files: ^backend/