2023.11.17
sp-repo-review: This version requires show_error_codes
to not be present (it's now the default and deprecated since mypy 0.990). The summary flag for pytest is now looser, any explicit -r
flag will pass the test. A ruff.toml/.ruff.toml that extends a pyproject.toml is now supported for the ruff checks. More task runner configurations are now recognized by PY007. And the pre-commit hook no longer requires additional_dependencies
set unless you actually want to add additional dependencies.
What's Changed
- fix: correct some missing links by @henryiii in #302
- Fix small typos by @jack-mcivor in #303
- Update pyproject.md by @DLu in #305
- docs: change linked text for sp-repo-review by @henryiii in #304
- chore(deps): bump versions by @github-actions in #306
- fix: link was not copied properly by @henryiii in #308
- fix: support hatch, tox (pyproject), and spin for PY007 by @henryiii in #307
- fix: tweak the hatch integration by @henryiii in #310
- fix: show_error_codes deprecated by @henryiii in #309
- fix: nicer default for pre-commit hook by @henryiii in #314
- fix: loosen required summary flag by @henryiii in #313
- fix: support simple Ruff extend by @henryiii in #312
- docs: improve page name by @henryiii in #315
- chore: clean up pre-commit update job a little by @henryiii in #316
New Contributors
- @jack-mcivor made their first contribution in #303
- @DLu made their first contribution in #305
Full Changelog: 2023.10.27...2023.11.17