Closed jo-mueller closed 1 year ago
Did you define __all__
in your file? Good programming practices require the explicit export of imported symbols.
An example of per-file ignore configuration can be found here:
@Czaki , thanks for the hint about including __all__
in the init - that should probably fix it. I wasn't aware that it was good practice. Thanks for the hint - will close this then.
The current pre-commit config throws a failed check on every
__init__.py
file: