pandera
pandera copied to clipboard
Remove pylint
trafficstars
There are now 257 pylint disable / skip exceptions throughout the codebase. Unfortunately, it seems like my coding style (at least the one reflected in the pandera project) doesn't really conform to these.
There's an additional maintenance cost here, as new pylint errors appear often after updating the version.
Gonna drop pylint as a linter and rely on black, flake8, and mypy for linting.