Changes
Page history
Update Python guidelines
authored
Mar 19, 2021
by
Georg Koppen
Hide whitespace changes
Inline
Side-by-side
Python-guidelines.md
View page @
0052ea04
...
@@ -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