iterative / py-template

Hypermodern Python Cookiecutter
http://cookiecutter-hypermodern-python.readthedocs.io/
MIT License
14 stars 7 forks source link

pre-commit-config: add missing toml dependency for bandit #110

Closed dtrifiro closed 11 months ago

dtrifiro commented 11 months ago

The missing toml dependency for bandit would result in it failing due to the missing toml module

dtrifiro commented 11 months ago

See https://github.com/iterative/pytest-servers/actions/runs/6219779493 and https://github.com/iterative/pytest-servers/pull/120