You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this requires me to "duplicate" the configuration. Is there any way to make nbqa take pyproject.toml into account with the new nbqa-ruff-check hook?
The text was updated successfully, but these errors were encountered:
I have the following setup with nbqa 1.9.0 and ruff 0.6.4:
Nonetheless, pre-commit hooks still raise D100 and I001 in my notebooks. A workaround is to use:
However, this requires me to "duplicate" the configuration. Is there any way to make nbqa take pyproject.toml into account with the new
nbqa-ruff-check
hook?The text was updated successfully, but these errors were encountered: