mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
24 lines
No EOL
538 B
YAML
24 lines
No EOL
538 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/flake8
|
|
rev: "4.0.1"
|
|
hooks:
|
|
- id: flake8
|
|
args: ["--max-line-length", "110"]
|
|
- repo: https://github.com/PyCQA/isort
|
|
rev: 5.10.1
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v2.34.0
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: [--py37-plus] |