pylint
should be run on the whole package
#197
Labels
improvement
Improvements of existing functionality
testing and CI
Unit tests, coverage and continuous integration
Currently,
pylint
is only run on individual subpackages ofprobnum
.Unfortunately, things like cyclic imports between these packages can't be found unless
pylint
is run on the whole package.We should run pylint on the entire package using a reduced set of messages to catch more errors.
FYI @nathanaelbosch
The text was updated successfully, but these errors were encountered: