django-auditlog/.pre-commit-config.yaml
2022-05-01 13:48:26 +02:00

14 lines
281 B
YAML

---
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
language_version: python3.8
args:
- "--target-version"
- "py37"
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort