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

[cli] fix ruff and unit tests for --excludes #25379

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cmpadden
Copy link
Contributor

Summary & Motivation

Continuation of #25245

How I Tested These Changes

pytest

dbrtly and others added 2 commits October 17, 2024 20:15
PEP 621 (Nov 2020) introduced pyproject.toml.
Setuptools is fully compatible with pyroject Completes dagster config in project template.
Minimalist config to make adopting dagster easy.
@cmpadden cmpadden marked this pull request as draft October 18, 2024 21:16
Comment on lines +88 to +91
"--excludes",
"setup.cfg",
"--excludes",
"setup.py",
Copy link
Contributor

Choose a reason for hiding this comment

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

In my testing it looks like there is an implicit wildcard before and after the exclude strings.

Suggested change
"--excludes",
"setup.cfg",
"--excludes",
"setup.py",
"--excludes",
"setup",

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