v2.7.4
Switch from setup.py
to pyproject.toml
for packaging. Handle exceptions centrally. Start using Ruff to replace all linters.
What's Changed
- Fix additional environments shown by
tox list
by @bittner in #65 - Continue to run older Pythons with Tox by @bittner in #66
- Perform packaging with
pyproject.toml
, removesetup.py
by @bittner in #67 - Use ruff as the one linter for everything by @bittner in #68
- Handle exceptions centrally in main entry point by @bittner in #69
Full Changelog: 2.7.3...2.7.4