mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
14 lines
281 B
YAML
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
|