Files
mediacms/.pre-commit-config.yaml
T
Markos Gogoulos 3486ed0e15 this
2026-04-18 14:01:36 +03:00

16 lines
336 B
YAML

repos:
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
language_version: python3