tylerwince / flake8-bandit

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

Version 2.0.0 stopped to raise vailations #7

Closed sobolevn closed 5 years ago

sobolevn commented 5 years ago

I am using your plugin as a part of wemake-python-styleguide. And your recent release is not working anymore: https://github.com/wemake-services/wemake-python-styleguide/pull/429

This line should raise S101 but it is not doing so.

Can you please find the issue?