-
Notifications
You must be signed in to change notification settings - Fork 36
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
Ruff misconfiguration #152
Comments
According to @Avasam in pypa/setuptools#4718 (comment), even if we fix the "syntax" of the Another temporary, workaround while astral-sh/ruff#10299 is not handled is to explicitly use |
Looking at #119, I think I confused myself and it should have been "extend" and not "include". |
Sorry for the disruption |
Closes #152 Workaround for astral-sh/ruff#10299
Oh wow, I didn't catch on either... Of course Ruff shows no error if you only include a non-python file >.< |
Right now, if I try to run
pipx run --python python3.12 ruff check
on the setuptools codebase I get the following error:The same error shows up in
skeleton
's CI: https://github.com/jaraco/skeleton/actions/runs/11558298719/job/32170335213.Probably it should be
include = ["pyproject.toml"]
?The configuration was introduced in e61a9df.
The text was updated successfully, but these errors were encountered: