Loading .pylintrc +8 −5 Original line number Diff line number Diff line # Fatal (1) - 00001 # Error (2) - 00010 # Warning (4) - 00100 # Convention (8) - 01000 # Refactor (16) - 10000 # Information (NA) [BASIC] good-names=i, j, Loading @@ -17,11 +25,6 @@ good-names=i, # sys.path.append(os.path.dirname(find_pylintrc())) # ' # To find modules when running pylint on the 'noctua' package, it's usually better to ensure # your execution environment (like the CI job) has the current directory in PYTHONPATH # or to install the package in editable mode before linting. # However, for CI, the init-hook can be a quick way. load-plugins=pylint.extensions.docparams, pylint.extensions.check_elif # Examples [MESSAGES CONTROL] Loading Loading
.pylintrc +8 −5 Original line number Diff line number Diff line # Fatal (1) - 00001 # Error (2) - 00010 # Warning (4) - 00100 # Convention (8) - 01000 # Refactor (16) - 10000 # Information (NA) [BASIC] good-names=i, j, Loading @@ -17,11 +25,6 @@ good-names=i, # sys.path.append(os.path.dirname(find_pylintrc())) # ' # To find modules when running pylint on the 'noctua' package, it's usually better to ensure # your execution environment (like the CI job) has the current directory in PYTHONPATH # or to install the package in editable mode before linting. # However, for CI, the init-hook can be a quick way. load-plugins=pylint.extensions.docparams, pylint.extensions.check_elif # Examples [MESSAGES CONTROL] Loading