v0.3.0 Centralize python config files: - mypy: move mypy.ini to pyproject.toml - flake8: move setup.cfg to pyproject.toml - pytest: move pytest.ini to pyproject.toml - fix python_minimal_version type
v0.2.2 - Update default python version to 3.11 - Set black's target-version to 3.9 up to 3.12
v0.2.1 - Update version of QA tools in tox and pre-commit - Fix a spelling in CODE_OF_CONDUCT to please codespell
v0.2.0 * tox.ini: use "develop" mode for test environment installation * pre-commit: Add pre-push hook to check package can be uploaded on PyPI * Update for pytest 8.1 * tox: Bump mypy to 1.8.0
v0.1.6 - fix isort config - align black version in tox with the pre-commit one - set pytest's '--import-mode' option in pytest.ini - (hopefully) fix the doc build issues (with related fixes in swh-docs)
v0.1.5 - tox: remove the sphinx-dev target - tox: install swh-docs in non-editable mode and use swh.docs' Makefile.sphinx from (non-package) data distributed by swh.docs
v0.1.4 - re-add pkg_resources in mypy's ignored stubs
v0.1.3 - template: remove ignored missing imports from mypy (pytest and pkg_resources)
v0.1.2 - fix template's .gitignore - fix template's pyproject.toml
v0.1.1 - remove `usedevelop=true` from sphinx envs in tox
v0.1.0 First version of the copier-based template for swh packages.