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

15 lines
281 B
YAML
Raw Normal View History

---
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
2022-04-05 12:29:15 +00:00
language_version: python3.8
args:
- "--target-version"
- "py37"
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort