Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added integration with `eradicate` to highlight dead code ([#39](#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.
- Loading branch information