Changelog¶
v1.1.2¶
Expand pylint and black scopes¶
- Apply pylint and black checks to the
tests/directory - Emit a more precise error message when the
epdb.serve()command fails. - Add pyversions badge to the README
v1.1.1¶
Fix PyPI documentation¶
- Removed some sphinx extension markup that broke the PyPI readme render
- Added a step to the documentation tests to ensure it doesn’t happen in the future
v1.1.0¶
Cleanup and more tooling¶
- Removed the
__version__attribute. It’s unnecessary and adds fragile manual maintenance overhead.- This would normally be considered a breaking change, but I’m pretty sure no one’s using this yet, much less depending on that attribute being present
- Added the
blackcode formatter to the development stack- Applied it to both code and tests
- Mostly just converted all strings to double-quotes
- Removed
pylint-quotesnow thatblackhas been added
- Added source code link and badge to
README.rstfor easier navigation from readthedocs.io - Switched
pip_installtofalseinreadthedocs.io - Added documentation around the style-enforcement tools and other conventions
- Cleaned up some documentation
- Added several project url attributes to
pyproject.tomlin the hopes that poetry and PyPI will display the relative links on the project page.