third_party.pylibs.pylint.src/pylint/checkers
2022-04-13 15:35:19 +02:00
..
base Update formatting for NamingStyles (#6294) 2022-04-13 15:35:19 +02:00
classes Remove the `future_option_parsing` keyword (#6253) 2022-04-11 14:49:03 +02:00
refactoring Remove the `future_option_parsing` keyword (#6253) 2022-04-11 14:49:03 +02:00
__init__.py Add basic typing to `pylint/utils.py` (#5977) 2022-03-25 14:34:41 +01:00
async.py Remove the `future_option_parsing` keyword (#6253) 2022-04-11 14:49:03 +02:00
base_checker.py Deprecate most methods of `_ArgumentsProvider` 2022-04-12 11:45:27 +02:00
deprecated.py Add a pre-commit hook to check the copyright notice 2022-03-24 13:06:15 +01:00
design_analysis.py Remove the `future_option_parsing` keyword (#6253) 2022-04-11 14:49:03 +02:00
dunder_methods.py Exclude dunder calls on super() from raising `unnecessary-dunder-call` (#6113) 2022-04-02 07:53:13 +02:00
ellipsis_checker.py Narrow the scope of the `unnecessary-ellipsis` checker (#6081) 2022-04-01 20:05:09 +02:00
exceptions.py Remove the `future_option_parsing` keyword (#6253) 2022-04-11 14:49:03 +02:00
format.py Remove the `future_option_parsing` keyword (#6253) 2022-04-11 14:49:03 +02:00
imports.py Move general options to `PyLinter` from individual checkers (#6291) 2022-04-13 12:44:32 +02:00
logging.py Remove the `future_option_parsing` keyword (#6253) 2022-04-11 14:49:03 +02:00
mapreduce_checker.py Add a pre-commit hook to check the copyright notice 2022-03-24 13:06:15 +01:00
misc.py Remove the `future_option_parsing` keyword (#6253) 2022-04-11 14:49:03 +02:00
modified_iterating_checker.py Remove the concept of checker priority (#6034) 2022-04-01 20:19:36 +02:00
newstyle.py Remove the concept of checker priority (#6034) 2022-04-01 20:19:36 +02:00
non_ascii_names.py Update broken and redirected links across the project 2022-04-13 11:30:40 +02:00
raw_metrics.py Remove the `future_option_parsing` keyword (#6253) 2022-04-11 14:49:03 +02:00
similar.py Remove the `future_option_parsing` keyword (#6253) 2022-04-11 14:49:03 +02:00
spelling.py Remove the `future_option_parsing` keyword (#6253) 2022-04-11 14:49:03 +02:00
stdlib.py Update broken and redirected links across the project 2022-04-13 11:30:40 +02:00
strings.py Remove the `future_option_parsing` keyword (#6253) 2022-04-11 14:49:03 +02:00
threading_checker.py Add a pre-commit hook to check the copyright notice 2022-03-24 13:06:15 +01:00
typecheck.py Move general options to `PyLinter` from individual checkers (#6291) 2022-04-13 12:44:32 +02:00
unicode.py Update broken and redirected links across the project 2022-04-13 11:30:40 +02:00
unsupported_version.py Add a pre-commit hook to check the copyright notice 2022-03-24 13:06:15 +01:00
utils.py Don't emit broken typing errors inside TYPE_CHECKING blocks (#5984) 2022-03-26 12:22:05 +01:00
variables.py Use `namespace` in two more checkers 2022-04-11 21:13:58 +02:00