Open hwine opened 1 year ago
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 ;)