mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
969fb7931a | ||
|
|
fe610b9c9f | ||
|
|
187787d083 | ||
|
|
614bc522d3 | ||
|
|
34a83fd09b | ||
|
|
415b76622e |
2 changed files with 9 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ repos:
|
||||||
args:
|
args:
|
||||||
- --trailing-comma=es5
|
- --trailing-comma=es5
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v9.38.0
|
rev: v9.39.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: eslint
|
- id: eslint
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
|
|
@ -44,13 +44,13 @@ repos:
|
||||||
args:
|
args:
|
||||||
- --fix
|
- --fix
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: 'v0.14.2'
|
rev: 'v0.14.5'
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix, --exit-non-zero-on-fix]
|
args: [--fix, --exit-non-zero-on-fix]
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
- repo: https://github.com/tox-dev/pyproject-fmt
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
||||||
rev: v2.11.0
|
rev: v2.11.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyproject-fmt
|
- id: pyproject-fmt
|
||||||
- repo: https://github.com/abravalheri/validate-pyproject
|
- repo: https://github.com/abravalheri/validate-pyproject
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,12 @@ Changelog
|
||||||
This document describes changes between past releases. For information about
|
This document describes changes between past releases. For information about
|
||||||
future releases, check `milestones`_ and :doc:`/about/vision`.
|
future releases, check `milestones`_ and :doc:`/about/vision`.
|
||||||
|
|
||||||
|
2.6.0 (unreleased)
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- No changes yet
|
||||||
|
|
||||||
|
|
||||||
2.5.0 (2025-10-28)
|
2.5.0 (2025-10-28)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue