You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last): File "/Users/vjeeva/.pyenv/versions/3.9.11/envs/pgbelt/lib/python3.9/site-packages/flake8/plugins/finder.py", line 296, in _load_plugin obj = plugin.entry_point.load() File "/Users/vjeeva/.pyenv/versions/3.9.11/lib/python3.9/importlib/metadata.py", line 86, in load module = import_module(match.group('module')) File "/Users/vjeeva/.pyenv/versions/3.9.11/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1030, in _gcd_import File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/Users/vjeeva/.pyenv/versions/3.9.11/envs/pgbelt/lib/python3.9/site-packages/flake8_bandit.py", line 10, in <module> from flake8.options.config import ConfigFileFinderImportError: cannot import name 'ConfigFileFinder' from 'flake8.options.config' (/Users/vjeeva/.pyenv/versions/3.9.11/envs/pgbelt/lib/python3.9/site-packages/flake8/options/config.py)
I see this both on my local Mac (running Python 3.9.11, Poetry 1.1.14), and my GitHub Actions CI (ubuntu-latest).
commands ran
$ flake8 .
The text was updated successfully, but these errors were encountered:
how did you install flake8?
poetry install flake8==5.0.3
unmodified output of
flake8 --bug-report
This won't run either, due to the traceback.
describe the problem
what I expected to happen
$ flake8 .
Should just exit 0.
what I'm seeing
I see this both on my local Mac (running Python 3.9.11, Poetry 1.1.14), and my GitHub Actions CI (ubuntu-latest).
commands ran
$ flake8 .
The text was updated successfully, but these errors were encountered: