Releases: thegreatsunra/python-boilerplate
Releases · thegreatsunra/python-boilerplate
2.0.0 - April 21, 2023
- Move
src/
contents tosrc/myproject
package structure - Move
tests/
out ofsrc/
folder and into project root - Configure
mypy
,pytest
, andpyright
(for Pylance VS Code plugin import linting) inpyproject.toml
to play nicely with separatesrc/
andtests/
folders - Sort lines in
pyproject.toml
1.4.0 - April 19, 2023
- Add mypy as dev dependency
- Bump dependencies
- Reformat README a smidge
1.3.0 - April 13, 2023
- Add flake8 to do what black doesn't do
- Fix errors raised by flake8
- Bump Python to 3.11.3
- Update Poetry dependencies
- Tweak README formatting a bit
1.2.0 - March 31, 2023
- Update black version
- Add pytest as dev dependency
- Add whitespace to docstring sections
- Add project version to pyproject ensuring it will never be accurate
1.1.0 - March 31, 2023
- Update README
- Swap naming convention for test files
1.0.0 - March 29, 2023
- Oh my goodness, it works
- Poetry, black, pylint, pytest, the whole bit
- Don't touch anything
- Don't change anything