Open Kwasniok opened 3 years ago
See __init__.py in domains module. Pylint assumes a wrong path (adds src) for some of the relative imports. issued in pylint/issues/5319
__init__.py
src
Checked so far
Workarounds:
.pylintrc
[MASTER] init-hook='import sys; sys.path.append(".")'
See
__init__.py
in domains module. Pylint assumes a wrong path (addssrc
) for some of the relative imports. issued in pylint/issues/5319Checked so far
Workarounds:
src
.pylintrc
to include