X Tutup
Skip to content

chore: rely on the default inclusions for ruff#5775

Merged
youknowone merged 1 commit intoRustPython:mainfrom
rexledesma:rl/rely-on-default-inclusions-for-ruff
May 15, 2025
Merged

chore: rely on the default inclusions for ruff#5775
youknowone merged 1 commit intoRustPython:mainfrom
rexledesma:rl/rely-on-default-inclusions-for-ruff

Conversation

@rexledesma
Copy link
Contributor

@rexledesma rexledesma commented May 8, 2025

Depends on #5774.

Summary

By default, ruff finds *.py files to format/check. We already excluded the ones we copy pasta'd from CPython, so we should just format on everything else.

The main thing to look at is df63e10#diff-26f436cb29eecc7bb4f9066747b43df8da81ac808955ce95c109f5d7aa778989.

Test Plan

RustPython on  rl/rely-on-default-inclusions-for-ruff via 🐍 v3.13.2 via 🦀 v1.86.0 
❯ uvx --from "ruff==0.11.8" ruff format

@rexledesma rexledesma force-pushed the rl/rely-on-default-inclusions-for-ruff branch 2 times, most recently from 8348165 to f70d197 Compare May 8, 2025 12:26
@rexledesma rexledesma force-pushed the rl/rely-on-default-inclusions-for-ruff branch from f70d197 to df63e10 Compare May 13, 2025 21:45
@rexledesma
Copy link
Contributor Author

@youknowone PTAL 🙏

@youknowone youknowone merged commit b696e56 into RustPython:main May 15, 2025
11 checks passed
@youknowone
Copy link
Member

Thank you!

Sign up for free to 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.

2 participants

X Tutup