third_party.pylibs.pylint.src/pylint/extensions
Marc Mueller 66fcbeb9fc
Move no-self-use to optional extension (#6448)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2022-05-05 18:47:47 +02:00
..
__init__.py Use `python-typing-update on pylint/extensions` directory (#6308) 2022-04-14 11:07:21 +02:00
_check_docs_utils.py Move no-self-use to optional extension (#6448) 2022-05-05 18:47:47 +02:00
bad_builtin.py Migrate from 'check_messages' to 'only_required_for_messages' (#6417) 2022-04-21 14:43:38 +02:00
bad_builtin.rst Automatic generation of extensions.rst (#988) 2016-07-10 11:18:24 +01:00
broad_try_clause.py Remove `IAstroidChecker from __implements__` 2022-04-19 23:26:39 +02:00
check_elif.py Migrate from utils.check_messages to utils.only_required_for_messages (#6432) 2022-04-22 00:12:34 +02:00
code_style.py Migrate from utils.check_messages to utils.only_required_for_messages (#6432) 2022-04-22 00:12:34 +02:00
code_style.rst Improve documentation 2021-06-10 12:49:20 +02:00
comparetozero.py Migrate from utils.check_messages to utils.only_required_for_messages (#6432) 2022-04-22 00:12:34 +02:00
comparison_placement.py Run development version of `pydocstringformatter` (#6469) 2022-04-28 23:22:09 +02:00
confusing_elif.py Migrate from utils.check_messages to utils.only_required_for_messages (#6432) 2022-04-22 00:12:34 +02:00
consider_ternary_expression.py Remove `IAstroidChecker from __implements__` 2022-04-19 23:26:39 +02:00
docparams.py Remove some words from custom dictionary and update spelling 2022-04-26 14:39:03 +02:00
docparams.rst Update broken and redirected links across the project 2022-04-13 11:30:40 +02:00
docstyle.py Migrate from utils.check_messages to utils.only_required_for_messages (#6432) 2022-04-22 00:12:34 +02:00
empty_comment.py Subclass `BaseRawFileChecker and BaseTokenChecker` 2022-04-19 23:06:09 +02:00
emptystring.py Migrate from utils.check_messages to utils.only_required_for_messages (#6432) 2022-04-22 00:12:34 +02:00
eq_without_hash.py Migrate from utils.check_messages to utils.only_required_for_messages (#6432) 2022-04-22 00:12:34 +02:00
for_any_all.py Run development version of `pydocstringformatter` (#6469) 2022-04-28 23:22:09 +02:00
mccabe.py Run development version of `pydocstringformatter` (#6469) 2022-04-28 23:22:09 +02:00
mccabe.rst Automatic generation of extensions.rst (#988) 2016-07-10 11:18:24 +01:00
no_self_use.py Move no-self-use to optional extension (#6448) 2022-05-05 18:47:47 +02:00
overlapping_exceptions.py Run development version of `pydocstringformatter` (#6469) 2022-04-28 23:22:09 +02:00
private_import.py [spelling] Remove remaining typoes detected by the spelling checker 2022-04-26 09:12:32 +02:00
redefined_loop_name.py Move changelog for redefined-loop-name and add "Checker" to class name 2022-05-05 15:32:29 +02:00
redefined_variable_type.py Remove some words from custom dictionary and update spelling 2022-04-26 14:39:03 +02:00
set_membership.py Migrate from utils.check_messages to utils.only_required_for_messages (#6432) 2022-04-22 00:12:34 +02:00
typing.py Move no-self-use to optional extension (#6448) 2022-05-05 18:47:47 +02:00
typing.rst Add additional documenation for typing extension 2021-06-10 12:47:15 +02:00
while_used.py Migrate from utils.check_messages to utils.only_required_for_messages (#6432) 2022-04-22 00:12:34 +02:00