For any Bandit users, we noticed it started breaki...
# general
h
For any Bandit users, we noticed it started breaking about 4 hours ago from the release of a dependency of Bandit. If you get
NotADirectoryError
, the fix is to add
extra_requirements.add = ["stevedore>=2.0.1,<3"]
to the
[bandit]
section in your
pants.toml
Posted in #lang-python