Skip to content

Commit 1172a91

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 5bf10ab commit 1172a91

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ Fprettify is a tool that provides consistent whitespace, indentation, and delimi
518518

519519
- **goast** :warning: — Go AST (Abstract Syntax Tree) based static analysis tool with Rego.
520520

521-
- [gochecknoglobals](https://github.com/leighmcculloch/gochecknoglobals) — Checks that no globals are present.
521+
- **gochecknoglobals** :warning: — Checks that no globals are present.
522522

523523
- [goconst](https://github.com/jgautheron/goconst) — Finds repeated strings that could be replaced by a constant.
524524

@@ -1016,7 +1016,9 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
10161016

10171017
- [pylyzers](https://mtshiba.github.io/pylyzer/) — A static code analyzer / language server for Python, written in Rust, focused on type checking and readable output.
10181018

1019-
- [pyre-check](https://pyre-check.org) — A fast, scalable type checker for large Python codebases.
1019+
- **pyre-check** :warning: — A fast, scalable type checker for large Python codebases. Pyre-check has been superseded by Pyrefly, its next iteration.
1020+
1021+
- [pyrefly](https://pyrefly.org/) — A fast, incremental type checker and language server for Python, providing IDE features like code navigation, semantic highlighting, and code completion.
10201022

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

data/api/tools.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8591,7 +8591,7 @@
85918591
"plans": null,
85928592
"description": "Checks that no globals are present.",
85938593
"discussion": null,
8594-
"deprecated": null,
8594+
"deprecated": true,
85958595
"resources": null,
85968596
"reviews": null,
85978597
"demos": null,
@@ -16016,7 +16016,34 @@
1601616016
"source": "https://github.com/facebook/pyre-check",
1601716017
"pricing": null,
1601816018
"plans": null,
16019-
"description": "A fast, scalable type checker for large Python codebases.",
16019+
"description": "A fast, scalable type checker for large Python codebases. Pyre-check has been superseded by Pyrefly, its next iteration.",
16020+
"discussion": null,
16021+
"deprecated": true,
16022+
"resources": null,
16023+
"reviews": null,
16024+
"demos": null,
16025+
"wrapper": null
16026+
},
16027+
"pyrefly": {
16028+
"name": "pyrefly",
16029+
"categories": [
16030+
"linter"
16031+
],
16032+
"languages": [
16033+
"python"
16034+
],
16035+
"other": [],
16036+
"licenses": [
16037+
"MIT License"
16038+
],
16039+
"types": [
16040+
"cli"
16041+
],
16042+
"homepage": "https://pyrefly.org/",
16043+
"source": "https://github.com/facebook/pyrefly",
16044+
"pricing": null,
16045+
"plans": null,
16046+
"description": "A fast, incremental type checker and language server for Python, providing IDE features like code navigation, semantic highlighting, and code completion.",
1602016047
"discussion": null,
1602116048
"deprecated": null,
1602216049
"resources": null,

0 commit comments

Comments
 (0)