Skip to content

Commit 3fdabb1

Browse files
fix python table
1 parent de8a095 commit 3fdabb1

1 file changed

Lines changed: 27 additions & 14 deletions

File tree

docs/getting-started/supported-languages-and-tools.md

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -438,20 +438,33 @@ The table below lists all languages that Codacy supports and the corresponding t
438438
<tr>
439439
<td>Python</td>
440440
<td>.py</td>
441-
<td><a href="https://github.com/PyCQA/bandit">Bandit</a>,
442-
<a href="https://github.com/landscapeio/prospector">Prospector</a>,
443-
<a href="https://github.com/pylint-dev/pylint">Pylint</a>,
444-
<a href="https://github.com/astral-sh/ruff">Ruff</a>,
445-
<a href="https://semgrep.dev/">Semgrep</a> <a href="#semgrep"><sup>1</sup></a></td>
446-
<td><a href="https://semgrep.dev/">Semgrep</a> <a href="#suggest-fixes">🔧</a></td>
447-
<td><a href="https://github.com/PyCQA/bandit">Bandit</a>,
448-
<a href="https://github.com/landscapeio/prospector">Prospector</a>,
449-
<a href="https://semgrep.dev/">Semgrep</a>,
450-
<a href="https://trivy.dev">Trivy</a></td>
451-
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>requirements.txt</code> (pip), <br><code>Pipfile.lock</code> (pipenv), <br><code>poetry.lock</code> (Poetry), <code>uv.lock</code> (UV)</td>
452-
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
453-
<td><a href="https://github.com/rubik/radon">Radon</a> <a href="https://github.com/terryyin/lizard">Lizard</a></td>
454-
<a href="https://trivy.dev">Trivy</a>, scans <br><code>requirements.txt</code> (pip), <br><code>Pipfile.lock</code> (pipenv), <br><code>poetry.lock</code> (Poetry), <code>uv.lock</code> (UV)</td>
441+
<td>
442+
<a href="https://github.com/PyCQA/bandit">Bandit</a>,
443+
<a href="https://github.com/landscapeio/prospector">Prospector</a>,
444+
<a href="https://github.com/pylint-dev/pylint">Pylint</a>,
445+
<a href="https://github.com/astral-sh/ruff">Ruff</a>,
446+
<a href="https://semgrep.dev/">Semgrep</a> <a href="#semgrep"><sup>1</sup></a>
447+
</td>
448+
<td>
449+
<a href="https://semgrep.dev/">Semgrep</a> <a href="#suggest-fixes">🔧</a>
450+
</td>
451+
<td>
452+
<a href="https://github.com/PyCQA/bandit">Bandit</a>,
453+
<a href="https://github.com/landscapeio/prospector">Prospector</a>,
454+
<a href="https://semgrep.dev/">Semgrep</a>,
455+
<a href="https://trivy.dev">Trivy</a>
456+
</td>
457+
<td>
458+
<a href="https://trivy.dev">Trivy</a>, scans <br><code>requirements.txt</code> (pip), <br><code>Pipfile.lock</code> (pipenv), <br><code>poetry.lock</code> (Poetry), <code>uv.lock</code> (UV)
459+
</td>
460+
<td>
461+
<a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a>
462+
<a href="#different-tools"><sup>10</sup></a>
463+
</td>
464+
<td>
465+
<a href="https://github.com/rubik/radon">Radon</a>
466+
<a href="https://github.com/terryyin/lizard">Lizard</a>
467+
</td>
455468
</tr>
456469
<tr>
457470
<td>Ruby</td>

0 commit comments

Comments
 (0)