django-auditlog/.pre-commit-config.yaml

12 lines
217 B
YAML
Raw Normal View History

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