apycot #1446869 Be able to run pylint on a set of scripts (without setup.py) [open]
It seems that pylint is skipped when setup.py is not found... it would be nice to have it run even when there is no packaging etc. same goes for python tests ? | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |
Comments
-
2011/01/26 13:41, written by alutz
-
2011/01/26 14:00, written by sthenault
add commentDo you think a touch setup.py will bypass this problem ?
it won't. The checker must be written to write on installed code
or on repository's code.
It currently expects installation since this is necessary to
have your code in the PYTHONPATH and so get correct inference
when running pylint (else internal imports won't probably be found)