Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add setuptools to dependencies for flake8
As of Python 3.12, setuptools is no longer installed into venvs by default: pypa/virtualenv#2487 flake8-logging-format depends on setuptools without explicitely declaring it: globality-corp/flake8-logging-format#68 Add setuptools to additional_dependencies in pre-commit config to avoid issue when running pre-commit hooks with Python 3.12: Flake8 failed to load plugin "flake8-logging-format" due to No module named 'pkg_resources'.
- Loading branch information