Skip to content

Commit 9dfe45c

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent a418ddd commit 9dfe45c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
10271027

10281028
- [pyright](https://github.com/Microsoft/pyright) — Static type checker for Python, created to address gaps in existing tools like mypy.
10291029

1030-
- [pyroma](https://github.com/regebro/pyroma) :warning: — Rate how well a Python project complies with the best practices of the Python packaging ecosystem, and list issues that could be improved.
1030+
- [pyroma](https://github.com/regebro/pyroma) — Rate how well a Python project complies with the best practices of the Python packaging ecosystem, and list issues that could be improved.
10311031

10321032
- [Pysa](https://pyre-check.org/docs/pysa-basics.html) — A tool based on Facebook's pyre-check to identify potential security issues in Python code identified with taint analysis.
10331033

data/api/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15205,7 +15205,7 @@
1520515205
"plans": null,
1520615206
"description": "Rate how well a Python project complies with the best practices of the Python packaging ecosystem, and list issues that could be improved.",
1520715207
"discussion": null,
15208-
"deprecated": true,
15208+
"deprecated": null,
1520915209
"resources": null,
1521015210
"reviews": null,
1521115211
"demos": null,

0 commit comments

Comments
 (0)