Difference between revisions of "Flake8"

From wikieduonline
Jump to navigation Jump to search
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Flake8 is a [[Python]] wrapper for [[PyFlakes]], [[pycodestyle]], and Ned Batchelder's McCabe script, similar to [[Pylint]].
+
[[wikipedia:Flake8]] is a [[Python]] wrapper for [[PyFlakes]], [[pycodestyle]], and Ned Batchelder's McCabe script, similar to [[Pylint]].
 +
* https://flake8.pycqa.org/
 +
 
 +
<code>[[pytest]]</code>
 +
 
 +
== Related ==
 +
* <code>[[yapf]]</code>
 +
* <code>[[pylint]]</code>
 +
* [[Black]]
 +
 
 +
== See also ==
 +
* {{pylint}}
 +
* {{Python}}
 +
 
 +
[[Category:Python]]

Latest revision as of 14:22, 3 March 2022

Advertising: