Skip to content

Commit 13f509a

Browse files
committed
Few adjustments
1 parent ac359b8 commit 13f509a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/lessons/07-code-quality/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ In Lesson [04 - Professional Project](../04-professional-project) we created a r
88
Combines tools like PyFlakes, pycodestyle, and McCabe.
99
Detects syntax errors, style guide violations (PEP 8), and cyclomatic complexity.
1010
Lightweight and easy to integrate into CI/CD pipelines.
11+
1112
![](./Flake8.png){ style="height:200px" }
13+
1214
If you wants to use an automatic formatter, you can try Black Formatter.
13-
![](./BlackFormatter.png){ style="height:200px" }
15+
16+
![](./BlackFormatter.png){ style="height:150px" }
1417

1518
2. **Pylint:**
1619
Comprehensive linter that checks for errors, enforces coding standards, and suggests code refactoring.

0 commit comments

Comments
 (0)