Compare commits

..

No commits in common. "master" and "2.5.0" have entirely different histories.

2 changed files with 3 additions and 9 deletions

View file

@ -32,7 +32,7 @@ repos:
args:
- --trailing-comma=es5
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.39.1
rev: v9.38.0
hooks:
- id: eslint
additional_dependencies:
@ -44,13 +44,13 @@ repos:
args:
- --fix
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.14.5'
rev: 'v0.14.2'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.11.1
rev: v2.11.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/abravalheri/validate-pyproject

View file

@ -4,12 +4,6 @@ Changelog
This document describes changes between past releases. For information about
future releases, check `milestones`_ and :doc:`/about/vision`.
2.6.0 (unreleased)
----------------
- No changes yet
2.5.0 (2025-10-28)
----------------