Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eifinger/setup-rye from v1 to v2 #829

Merged
merged 2 commits into from
Mar 3, 2024

Conversation

eifinger
Copy link
Contributor

@eifinger eifinger commented Mar 3, 2024

Also remove .rye from ruff excludes as it is not added any more by the action

Fixes the workaround introduced in #822

Also remove .rye from ruff excludes as it is not added any more by the action
pyproject.toml Outdated
@@ -32,5 +32,4 @@ serve-docs = "mkdocs serve"
members = ["rye-devtools"]

[tool.ruff]
# the .rye folder is added by the rye github action
exclude = [".rye", ".venv"]
exclude = [".venv"]
Copy link
Contributor

@cnpryer cnpryer Mar 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed or can we pull this out here too? Doesn't Ruff have a set of defaults it excludes (inlcuding .venv)?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. .venv is ignored by default.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed another commit to remove it too

.venv is ignored by default by ruff
@mitsuhiko mitsuhiko merged commit fa0b306 into astral-sh:main Mar 3, 2024
8 checks passed
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.

3 participants