mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 14:10:25 +00:00
Some checks failed
Test / SQLite • Python 3.10 (push) Has been cancelled
Test / SQLite • Python 3.11 (push) Has been cancelled
Test / SQLite • Python 3.12 (push) Has been cancelled
Test / SQLite • Python 3.13 (push) Has been cancelled
Test / PostgreSQL • Python 3.10 (push) Has been cancelled
Test / PostgreSQL • Python 3.11 (push) Has been cancelled
Test / PostgreSQL • Python 3.12 (push) Has been cancelled
Test / PostgreSQL • Python 3.13 (push) Has been cancelled
Test / MySQL • Python 3.10 (push) Has been cancelled
Test / MySQL • Python 3.11 (push) Has been cancelled
Test / MySQL • Python 3.12 (push) Has been cancelled
Test / MySQL • Python 3.13 (push) Has been cancelled
updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.0](https://github.com/psf/black-pre-commit-mirror/compare/26.1.0...26.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
29 lines
704 B
YAML
29 lines
704 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
|
rev: 26.3.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: 8.0.1
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v3.21.2
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: [--py310-plus]
|
|
- repo: https://github.com/adamchainz/django-upgrade
|
|
rev: 1.30.0
|
|
hooks:
|
|
- id: django-upgrade
|
|
args: [--target-version, "4.2"]
|