diff --git a/data/tools/pyrift.yml b/data/tools/pyrift.yml new file mode 100644 index 000000000..ef9517d45 --- /dev/null +++ b/data/tools/pyrift.yml @@ -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 \ No newline at end of file