pandera icon indicating copy to clipboard operation
pandera copied to clipboard

Remove pylint

Open cosmicBboy opened this issue 3 years ago • 0 comments
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.

cosmicBboy avatar Mar 31 '22 02:03 cosmicBboy