We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac359b8 commit 13f509aCopy full SHA for 13f509a
docs/lessons/07-code-quality/index.md
@@ -8,9 +8,12 @@ In Lesson [04 - Professional Project](../04-professional-project) we created a r
8
Combines tools like PyFlakes, pycodestyle, and McCabe.
9
Detects syntax errors, style guide violations (PEP 8), and cyclomatic complexity.
10
Lightweight and easy to integrate into CI/CD pipelines.
11
+
12
{ style="height:200px" }
13
14
If you wants to use an automatic formatter, you can try Black Formatter.
-{ style="height:200px" }
15
16
+{ style="height:150px" }
17
18
2. **Pylint:**
19
Comprehensive linter that checks for errors, enforces coding standards, and suggests code refactoring.
0 commit comments