Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.42 KB

CHANGELOG.rst

File metadata and controls

62 lines (44 loc) · 1.42 KB

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.

Added

Changed

Removed

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