Skip to content

Commit 31c8820

Browse files
committed
new static analysis resource on the code metrics page
1 parent 358e8f5 commit 31c8820

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/pages/04-web-development/39-code-metrics.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,7 @@ diminishing returns.
169169
* [Intro to Black – The Uncompromising Python Code Formatter](http://www.blog.pythonlibrary.org/2019/07/16/intro-to-black-the-uncompromising-python-code-formatter/)
170170
contains some introductory examples for using Black and shows how to
171171
use it on your source files.
172+
173+
* [Python static analysis tools](https://luminousmen.com/post/python-static-analysis-tools)
174+
is a quick overview of the features for Black, Pylint, Pyflakes, Mypy,
175+
Bandit and Prospector.

0 commit comments

Comments
 (0)