Remove global pylint
ignores
#469
Labels
refactoring
Refactoring of existing functionality
testing and CI
Unit tests, coverage and continuous integration
Milestone
Is your issue related to a problem? Please describe.
Several subpackages (e.g.
diffeq
,statespace
,linops
) did already resolve all individual pylint ignores on the package level.However, since we also have many of these ignores are also defined globally in our
pyproject.toml
file, new pylint errors emerged in the meantime.Describe the solution you'd like.
pyproject.toml
intotox.ini
pyproject.toml
ignores (see example below) and add a short comment for each ignore which gives a reason why this is ignored.github/workflows/pylint_check.py
in the CISample
pyproject.toml
formatAdditional context
I believe that we added these ignores globally in order to keep our local pylint runs from complaining too much when just calling
pylint src/
.The text was updated successfully, but these errors were encountered: