azure-iot-sdk-python icon indicating copy to clipboard operation
azure-iot-sdk-python copied to clipboard

Fix importlib_metadata.entry_points attribute error by updating flake8

Open IniterWorker opened this issue 1 year ago • 1 comments

Description of the problem

 _load_entrypoint_plugins
    eps = importlib_metadata.entry_points().get(self.namespace, ())
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'EntryPoints' object has no attribute 'get'

Description of the solution

Bump flake8 pre-commit hook version from 3.9.1 to 7.0.0.

IniterWorker avatar Jun 06 '24 15:06 IniterWorker