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

The Ruff check recursive scan doesn't read non *.py files #24

Open
praiskup opened this issue Aug 27, 2024 · 1 comment
Open

The Ruff check recursive scan doesn't read non *.py files #24

praiskup opened this issue Aug 27, 2024 · 1 comment

Comments

@praiskup
Copy link
Member

E.g. on our own directory, there's:

$ ruff check .
warning: No Python files found under the given path(s)
All checks passed!

This was better before 38412fb because
there we explicitly selected the (changed) files (vcs-diff-lint reads shebang):

$ ruff check vcs-diff-lint-csdiff-* vcs-diff-lint
All checks passed!

See also astral-sh/ruff#13122

@praiskup
Copy link
Member Author

Mitigated by 62f4e65

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

No branches or pull requests

1 participant