- 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