django-auditlog/.pre-commit-config.yaml
2022-03-09 11:31:58 +01:00

11 lines
217 B
YAML

---
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort