flake8-logging-format
flake8-logging-format copied to clipboard
Compatibility with Python 3.12+
The older pkg_resources
package was deprecated for some time and finally removed in Python 3.12. The newer importlib.metadata
package, built on top of the new importlib
infrastructure in Python 3, performs better and is recommended for future use.
All tests passed against 3.9, 3.10, 3.11 and 3.12.