third_party.pylibs.pylint.src/pylint/extensions
2021-02-21 15:36:16 +01:00
..
__init__.py Print the fully qualified name of the extension 2020-03-25 09:38:35 +01:00
_check_docs_utils.py Initialize a boolean value as False instead of None 2021-02-07 10:28:18 +01:00
bad_builtin.py Move from % string formatting syntax to f-string or .format() 2021-02-21 15:36:16 +01:00
bad_builtin.rst
broad_try_clause.py Sets up copyright 2020-08-20 18:40:19 +02:00
check_docs.py Sets up copyright 2020-08-20 18:40:19 +02:00
check_elif.py Remove the # coding, since PEP3120 the default is UTF8 2021-02-21 15:36:16 +01:00
comparetozero.py Sets up copyright 2020-08-20 18:40:19 +02:00
docparams.py Remove the # coding, since PEP3120 the default is UTF8 2021-02-21 15:36:16 +01:00
docparams.rst
docstyle.py Remove the # coding, since PEP3120 the default is UTF8 2021-02-21 15:36:16 +01:00
empty_comment.py empty-comment line number bug fix 2021-01-03 20:30:27 +01:00
emptystring.py Sets up copyright 2020-08-20 18:40:19 +02:00
mccabe.py Move from % string formatting syntax to f-string or .format() 2021-02-21 15:36:16 +01:00
mccabe.rst
overlapping_exceptions.py pyupgrade: automated removal of python2 constructs 2020-03-24 10:27:21 +01:00
redefined_variable_type.py Remove the # coding, since PEP3120 the default is UTF8 2021-02-21 15:36:16 +01:00