Update Python guidelines authored by Georg Koppen's avatar Georg Koppen
...@@ -80,3 +80,8 @@ Human language: ...@@ -80,3 +80,8 @@ Human language:
- [codespell](https://github.com/codespell-project/codespell/): Fix common - [codespell](https://github.com/codespell-project/codespell/): Fix common
misspellings in text files. It’s designed primarily for checking misspelled misspellings in text files. It’s designed primarily for checking misspelled
words in source code, but it can be used with other files as well. words in source code, but it can be used with other files as well.
### Security:
- [bandit](https://pypi.org/project/bandit/): a security oriented static analyzer for python code
- [safety](https://pypi.org/project/safety/) checks installed dependencies for known vulnerabilities