To help keep code quality high, we should run a linter on the Cython code in addition to running pylint on the Python code. It appears that MarcoGorelli/cython-lint provides a linter capable of such analysis.
Use cython-lint to remove all identified issues from Cython files.
Add the tool to the build.yaml workflow file.
Add the tool to the run_pylint_check.py script used by the pylint.yaml workflow file.
To help keep code quality high, we should run a linter on the Cython code in addition to running
pylint
on the Python code. It appears that MarcoGorelli/cython-lint provides a linter capable of such analysis.cython-lint
to remove all identified issues from Cython files.build.yaml
workflow file.run_pylint_check.py
script used by thepylint.yaml
workflow file.