Skip to content

Commit 5bf10ab

Browse files
authored
chore(data): pyre-check is superseded by pyrefly (#1738)
Co-authored-by: Nigel Stuke <zew1me>
1 parent e41b8e1 commit 5bf10ab

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

data/tools/pyre-check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ types:
88
- cli
99
source: 'https://github.com/facebook/pyre-check'
1010
homepage: 'https://pyre-check.org'
11-
description: 'A fast, scalable type checker for large Python codebases.'
11+
description: >-
12+
A fast, scalable type checker for large Python codebases. Pyre-check has
13+
been superseded by Pyrefly, its next iteration.
14+
deprecated: true

data/tools/pyrefly.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: pyrefly
2+
categories:
3+
- linter
4+
tags:
5+
- python
6+
license: MIT License
7+
types:
8+
- cli
9+
source: 'https://github.com/facebook/pyrefly'
10+
homepage: 'https://pyrefly.org/'
11+
description: 'A fast, incremental type checker and language server for Python, providing IDE features like code navigation, semantic highlighting, and code completion.'

0 commit comments

Comments
 (0)