third_party.pylibs.pylint.src/pylint
Daniël van Noord e5e4b213f1
Allow specifying an output file when generating a configuration file (#6662)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2022-05-22 17:46:16 +02:00
..
checkers Fix `unexpected-special-method-signature false positive for __init_subclass__` methods with one or more arguments. (#6654) 2022-05-20 20:56:38 +02:00
config Allow specifying an output file when generating a configuration file (#6662) 2022-05-22 17:46:16 +02:00
extensions Refactors in preparation of `pylint-config` 2022-05-17 13:48:52 +02:00
lint Add `generate subparser to pylint-config` 2022-05-21 15:23:24 +02:00
message Rename `cache-max-size-none and check functools.cache` (#6182) 2022-04-19 16:26:52 +02:00
pyreverse Fix "dictionary changed size during iteration" (#6612) 2022-05-18 18:27:48 +02:00
reporters Disable fixme for internal uses before we make it optional in #3512 (#6482) 2022-05-01 19:56:15 +02:00
testutils Run linking and diadef handling with patched sys.path (#6617) 2022-05-17 13:58:36 +02:00
utils Write the exception message to stderr in ASTWalker.walk (#6598) 2022-05-12 19:35:54 -04:00
__init__.py Add `pylint-config` command 2022-05-21 15:23:24 +02:00
__main__.py Add a pre-commit hook to check the copyright notice 2022-03-24 13:06:15 +01:00
__pkginfo__.py Bump pylint to 2.14.0-b0, update changelog (#6527) 2022-05-10 12:32:38 +02:00
constants.py Create constant for default ignore list (#6615) 2022-05-15 09:01:11 +02:00
epylint.py Remove some words from custom dictionary and update spelling 2022-04-26 14:39:03 +02:00
exceptions.py Add a pre-commit hook to check the copyright notice 2022-03-24 13:06:15 +01:00
graph.py Activate the `duplicate-code` checker (#6121) 2022-05-05 15:06:50 +02:00
interfaces.py Disable fixme for internal uses before we make it optional in #3512 (#6482) 2022-05-01 19:56:15 +02:00
typing.py Move AstCallback (#6502) 2022-05-05 13:22:23 +02:00