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
These all look like good ideas to me! I've never used bandit before, though have been meaning to try it out.
That said I think I'd like to run these against some of our larger code bases to see what issues they catch before we decide to adopt them everywhere or not.
Some I've found useful
repo: https://github.com/pre-commit/pre-commit-hooks
check-ast
- catches python syntax errors before commitcheck-merge-conflict
- catches "oops"check-toml
- future proofrepo: https://github.com/PyCQA/bandit
bandit
- why not ;)The text was updated successfully, but these errors were encountered: