Enforcing Best Practices in Python Modules with `flake8-all-not-strings`
Ensuring that the __all__ attribute in your Python modules contains only strings is crucial for maintaining clear and error-free code. The flake8-all-not-strings plugin for Flake8 helps enforce this best practice by identifying any non-string entries...
somesimplisticthinking.blogspot.com2 min read