third_party.pylibs.pylint.src/pylint/checkers
Pierre Sassoulas 1dbbb35d93 Refactor - Avoid intra-packages circular dependencies for constants
Some constants were package internal but were used by multiple
packages. This created circular dependencies. By creating a
file for constants we make sure this does not happen because
we won't import everything important in this file and every
thing else can depend on it.
2019-03-29 09:37:05 +01:00
..
__init__.py
async.py
base.py
classes.py
design_analysis.py
exceptions.py
format.py Refactor - Avoid intra-packages circular dependencies for constants 2019-03-29 09:37:05 +01:00
imports.py
logging.py
misc.py Refactor - Avoid intra-packages circular dependencies for constants 2019-03-29 09:37:05 +01:00
newstyle.py
python3.py Refactor - Avoid intra-packages circular dependencies for constants 2019-03-29 09:37:05 +01:00
raw_metrics.py
refactoring.py
similar.py
spelling.py
stdlib.py
strings.py
typecheck.py
utils.py
variables.py