Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion data/tools/pyre-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ types:
- cli
source: 'https://github.com/facebook/pyre-check'
homepage: 'https://pyre-check.org'
description: 'A fast, scalable type checker for large Python codebases.'
description: >-
A fast, scalable type checker for large Python codebases. Pyre-check has
been superseded by Pyrefly, its next iteration.
deprecated: true
11 changes: 11 additions & 0 deletions data/tools/pyrefly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: pyrefly
categories:
- linter
tags:
- python
license: MIT License
types:
- cli
source: 'https://github.com/facebook/pyrefly'
homepage: 'https://pyrefly.org/'
description: 'A fast, incremental type checker and language server for Python, providing IDE features like code navigation, semantic highlighting, and code completion.'
Loading