Closed txtsd closed 1 year ago
λ pylint --rcfile pylintrc --recursive=y . ************* Module pylintrc pylintrc:1:0: E0015: Unrecognized option found: files-output, bad-functions, function-name-hint, variable-name-hint, const-name-hint, attr-name-hint, argument-name-hint, class-attribute-name-hint, inlinevar-name-hint, class-name-hint, module-name-hint, method-name-hint, no-space-check (unrecognized-option) pylintrc:1:0: W0012: Unknown option value for '--disable', expected a valid pylint message and got 'locally-enabled' (unknown-option-value) λ pip freeze | grep pylint pylint==2.15.5