-
Notifications
You must be signed in to change notification settings - Fork 49
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
Run on pyproject.toml or ruff.toml change #79
Comments
The problem is that When you make a change to your config, you can run: > pre-commit run ruff --all-files # `ruff` is the `id` of the pre-commit hook you are referencing
ruff.....................................................................Passed
> pre-commit run ruff-format --all-files
ruff-format..............................................................Passed |
We do lint the |
pre-commit passes changed files as arguments to the What if ruff cli runs on the whole project if the arguments include |
That could work. You should open an issue in |
Currently ruff runs on
py
orpyi
file change.But shouldn't it also run when
pyproject.toml
orruff.toml
is changed?The text was updated successfully, but these errors were encountered: