mirror of
https://github.com/django-import-export/django-import-export.git
synced 2025-12-08 02:03:59 +03:00
updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](https://github.com/asottile/pyupgrade/compare/v3.21.0...v3.21.1) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...25.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
26 lines
622 B
YAML
26 lines
622 B
YAML
repos:
|
|
- repo: https://github.com/adamchainz/django-upgrade
|
|
rev: 1.29.1
|
|
hooks:
|
|
- id: django-upgrade
|
|
args: [--target-version, "4.2"]
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v3.21.1
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: [--py39-plus]
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
|
rev: 25.11.0
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/PyCQA/isort
|
|
rev: 7.0.0
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: 7.3.0
|
|
hooks:
|
|
- id: flake8
|
|
additional_dependencies:
|
|
- flake8-comprehensions==3.14.0
|