Skip to content

Commit a32ec19

Browse files
committed
Revert "docs: fix issues related to lost info in 04_code-linting.md"
This reverts commit 6b10a3f.
1 parent 7f68c2e commit a32ec19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/04_code-linting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We evaluated the leading options for Python code linting and static analysis:
2929

3030
### Option 1: {flake8}`Flake8<>`
3131

32-
- **Description:** A popular wrapper that bundles multiple checks: {pyflakes}`PyFlakes` - often used as part of pip-tools toolchain concept (finds errors like unused variables, undefined names), {flake8}`pycodestyle` - part of flake8 (checks against PEP 8 style guide), and {flake8}`mccabe` - part of flake8 (checks code complexity). Highly extensible via plugins.
32+
- **Description:** A popular wrapper that bundles multiple checks: :pip-tools-documentation - often used as part of pip-tools toolchain concept:`PyFlakes` (finds errors like unused variables, undefined names), :flake8-documentation - part of flake8:`pycodestyle` (checks against PEP 8 style guide), and :flake8-documentation - part of flake8:`mccabe` (checks code complexity). Highly extensible via plugins.
3333
- **Evaluation:**
3434

3535
- **Static Analysis Capabilities:** Good basic coverage via bundled tools. Very high potential via a rich ecosystem of plugins (e.g., `flake8-bugbear` for common pitfalls, `flake8-annotations` for type hint checks, etc.) covering a wide range of issues.

0 commit comments

Comments
 (0)