Skip to content

v0.3.0

Compare
Choose a tag to compare
@nfx nfx released this 22 Apr 16:26
· 5 commits to main since this release
0b8b025
  • Added integration with eradicate to highlight dead code (#39). This release integrates the eradicate project, a tool for identifying dead code in Python, into the project's code analysis and testing workflow. This integration will help enforce dead code removal, improve code quality, and make debugging easier by identifying and highlighting dead code. The C8920 check in the Pylint plugin reports any commented out code, and it can be disabled on a specific line by adding # pylint: disable=dead-code at the end of it.

Contributors: @nfx