Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

Removed

1.1.1 2026-04-11

Added

Changed

Removed

  • Unused Cirrus CI configuration.

1.0.2 2025-12-05

Changed

  • Fix description setup.cfg.

  • Test py3.10 through py3.14.

1.0.1 2024-11-22

Changed

  • Fix project and documentation URLs in setup.cfg.

1.0.0 - 2024-11-21

Added

  • Include -–pre-commit by default because -–pre-commit-ruff extends -–pre-commit.

  • Add ruff configuration to pyproject.toml because ruff does not support setup.cfg.

  • Extend pre-commit template with ruff lint and fix.

  • Add mypy configuration to setup.cfg and template.

Changed

  • Minimum tox version 4.2.23

  • Adopt ruff, ruff-format, codespell, and rst-lint for project.

Removed

  • isort configuration

  • flake8 template and configuration

  • [testenv:publish] in tox.ini