Changes
Page history
Update Python guidelines
authored
Mar 19, 2021
by
Georg Koppen
Show whitespace changes
Inline
Side-by-side
Python-guidelines.md
View page @
0052ea04
...
...
@@ -80,3 +80,8 @@ Human language:
-
[
codespell
](
https://github.com/codespell-project/codespell/
)
: Fix common
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.
### 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