mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Add black and isort to .pre-commit-config.yaml
This commit is contained in:
parent
629d8e62c6
commit
0499dfa4c8
1 changed files with 11 additions and 1 deletions
|
|
@ -1 +1,11 @@
|
|||
repos: []
|
||||
---
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue