third_party.pylibs.pylint.src/pylint/checkers
Moises Lopez - https://www.vauxoo.com/ 1e3f5bf194 Detect local imports correctly for wrong-import-order (#888)
Detect local imports correctly for wrong-import-order

The value node.modname for `from . import package` or `from .package import Class`
returns `package` But isort needs `.package` to detect a local import.
2016-05-05 00:39:30 +03:00
..
__init__.py
async.py Use the correct module. 2015-11-20 13:17:32 +02:00
base.py Add a new recommendation checker, 'consider-iterating-dictionary' 2016-03-21 19:54:09 +00:00
classes.py Filter non Const nodes instead of checking for AttributeError. 2016-03-16 11:18:50 +00:00
design_analysis.py Treat AsyncFunctionDef just like FunctionDef nodes 2016-01-09 17:13:51 +02:00
exceptions.py Mark missing messages with check_messages. 2016-01-15 16:00:29 +02:00
format.py format: check for & warn about trailing newlines 2016-01-09 22:42:37 +02:00
imports.py Detect local imports correctly for wrong-import-order (#888) 2016-05-05 00:39:30 +03:00
logging.py Fix new import related errors in pylint's codebase. 2015-11-25 15:12:59 +02:00
misc.py Fix #793 [MISCELLANEOUS] code tag without message doesn't track 2016-01-23 14:52:54 +01:00
newstyle.py Treat AsyncFunctionDef just like FunctionDef nodes 2016-01-09 17:13:51 +02:00
python3.py Let visit_importfrom from Python 3 porting checker be called when everything is disabled 2016-03-18 02:09:02 +00:00
raw_metrics.py format: check for & warn about trailing newlines 2016-01-09 22:42:37 +02:00
similar.py Fix new import related errors in pylint's codebase. 2015-11-25 15:12:59 +02:00
spelling.py Treat AsyncFunctionDef just like FunctionDef nodes 2016-01-09 17:13:51 +02:00
stdlib.py Accept only functions and methods for the deprecated-method checker. 2015-12-03 22:04:38 +02:00
strings.py Merge StringMethodChecker with StringFormatChecker. 2016-01-13 16:21:47 +02:00
typecheck.py Use the configparser backport for Python 2 2016-03-18 15:49:03 +00:00
utils.py Don't consider bare and broad except handlers as ignoring NameError, 2016-02-26 20:02:18 +00:00
variables.py Add a new option, 'redefining-builtins-modules'. 2016-03-25 14:36:31 +00:00