pylint-errors icon indicating copy to clipboard operation
pylint-errors copied to clipboard

A curated list of pylint errors with explanation and examples

Results 5 pylint-errors issues
Sort by recently updated
recently updated
newest added

Hi, We have been hard at work integrating the content of this wonderful project into the main `pylint` project. Progress can be viewed here: https://github.com/PyCQA/pylint/issues/5953 I was wondering, would you...

I used the example in bad.py for bad-mcs-method-errors in pylint to improve the documentation and it did not throw an error

- E0014: bad-configuration-section - C2503: bad-file-encoding - E0013: bad-plugin-value - E2502: bidirectional-unicode - R6003: consider-alternative-union-syntax - W0160: consider-ternary-expression - R6002: consider-using-alias - R6101: consider-using-namedtuple-or-dataclass - W4901: deprecated-module - W4902: deprecated-method...