- Add
__version__member to generatedversion.pyfor compatibility with other versions schemes - Excluded pyupgrade from project check due to its destructive nature
- Updated cookiecutter template
- removed obsolete template file
version.html
- removed obsolete template file
- Added nox task for format checking
- Updated GitHub workflow and workflow template of
checks.ymlto include format check
- Fixed whitespace and final newline behavior in
release:prepareto work well withtrailing whitespacecommit hook - Fixed syntax error in the
check.ymltemplate which resulted in an invalid workflow file - Fixed context forwarding to plugins hooking into
preandpostintegration test hookspre_integration_tests_hook(self, session, config, context)post_integration_tests_hook(self, session, config, context)
- Fixed various documentation typos
- Added a toolbox migration guide
- Fixed version information in GitHub Actions reference
- Updated the
pre-commitrelated documentation