Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed Dec 30, 2024
1 parent a418ddd commit 9dfe45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be

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

- [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.
- [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.

- [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.

Expand Down
2 changes: 1 addition & 1 deletion data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15205,7 +15205,7 @@
"plans": null,
"description": "Rate how well a Python project complies with the best practices of the Python packaging ecosystem, and list issues that could be improved.",
"discussion": null,
"deprecated": true,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
Expand Down

0 comments on commit 9dfe45c

Please sign in to comment.