Skip to content
Closed
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
22 changes: 22 additions & 0 deletions data/tools/pyrift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: pyrift
categories:
- linter
languages:
- python
license: MIT
types:
- cli
source: https://github.com/BHUVANSH855/pyrift
homepage: https://pypi.org/project/pyrift/
description: >-
Detects silent Python behaviour differences across CPython versions and
between CPython and PyPy — patterns that linters, type checkers, and
security scanners all miss. Covers 90 rules including deprecated APIs,
removed stdlib modules, GC timing differences, and version-specific
runtime traps.
tags:
- python
- compatibility
- linter
- cpython
- pypy
Loading