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
This isn't a bug per se but a deficiency in the way the documentation is written with regards to actually getting the additional dependencies to work properly through the pre-commit hook.
The documentation states:
This only installs base prospector - if you also use optional tools, for example bandit or mypy, then you can add them to the hook configuration like so:
This isn't a bug per se but a deficiency in the way the documentation is written with regards to actually getting the additional dependencies to work properly through the pre-commit hook.
The documentation states:
This only installs base prospector - if you also use optional tools, for example bandit or mypy, then you can add them to the hook configuration like so:
it should also include:
If you want to actually have
mypy
andbandit
work properly.It wouldn't hurt to have an example of their configurations in the prospector.yml file as well.
To Reproduce Steps to reproduce the behavior:
Nothing to reproduce
I'm happy to make a PR with the appropriate modifications
The text was updated successfully, but these errors were encountered: