mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
29 lines
704 B
YAML
29 lines
704 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
|
rev: 25.9.0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.10
|
|
args:
|
|
- "--target-version"
|
|
- "py310"
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: "7.3.0"
|
|
hooks:
|
|
- id: flake8
|
|
args: ["--max-line-length", "110"]
|
|
- repo: https://github.com/PyCQA/isort
|
|
rev: 7.0.0
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v3.21.0
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: [--py310-plus]
|
|
- repo: https://github.com/adamchainz/django-upgrade
|
|
rev: 1.29.1
|
|
hooks:
|
|
- id: django-upgrade
|
|
args: [--target-version, "4.2"]
|