Skip to content

Pyrefly support - #160

Open
kendrickcurtis wants to merge 9 commits into
mainfrom
kpc-implement-pyrefly
Open

Pyrefly support#160
kendrickcurtis wants to merge 9 commits into
mainfrom
kpc-implement-pyrefly

Conversation

@kendrickcurtis

@kendrickcurtiskendrickcurtis commented Jul 2, 2025

Copy link
Copy Markdown

Pyrefly is a super-fast Rust-based type checker for Python. ISTM that there's value to having a local scanner for type checking to inform AI coding agents. Perhaps we need some mechanism for adding support without enabling by default...?

I have not implemented Pyrefly as a cloud-side tool.

@codacy-production

codacy-productionBot commented Jul 2, 2025

Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variationDiff coverage
-0.50%0.00%
Coverage variation details
Coverable linesCovered linesCoverage
Common ancestor commit (3c62ea1)5614106919.04%
Head commit (477f28f)5765 (+151)1069 (+0)18.54% (-0.50%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable linesCovered linesDiff coverage
Pull request (#160)15100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settingsChange summary preferences

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@kendrickcurtis