tylerwince / flake8-bandit

Automated security testing using bandit and flake8.
MIT License
111 stars 23 forks source link

flake8 5 breaks plugin no attribute ConfigFileFinder #41

Open epenet opened 1 year ago

epenet commented 1 year ago
File "/home/runner/work/renault-api/renault-api/.nox/pre-commit/lib/python3.10/site-packages/flake8_bandit.py", line 10, in <module>
    from flake8.options.config import ConfigFileFinder
epenet commented 1 year ago

It might be possible to use a solution like https://github.com/tholo/pytest-flake8/pull/88 to fix this