Arie Bovenberg
Arie Bovenberg
This behavior is a result of #130
I've added a link to the module discovery docs in the 'module could not be found' message as of version 0.12.1.
Makes sense to fix this. It's pretty common to have stale .pyc files floating around. I'll do some investigation to decide whether to implement a one-off for pycache files, or...
Some investigation later: the current mechanism for module discovery (`pkgutil.walk_packages`) does not support filtering by file suffix. This module walking logic would have to be re-implemented, and then we might...
I didn't think of that option 🤔, interesting... One drawback is that it can only be done _after_ import. With file exclude rules I'd like to give the guarantee that...
A possible implementation (in `pyproject.toml`): ```toml [tool.slotscheck] # default settings (fallback) strict-imports = true require-superclass = true [[tool.slotscheck.run]] # more strict checks in a certian module include-modules = 'my\.specific\.submodule.*' require-subclass...
@dependabot rebase
@dependabot rebase