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
I'm running the nbqa-ruff hook on a notebook which has some print and assert statements. From per-file-ignores these should be ignored, yet they are not. If I move those same rules into ignore then it works fine. Is there a reason why per-file-ignores isn't respected?
I'm running the
nbqa-ruff
hook on a notebook which has someprint
andassert
statements. Fromper-file-ignores
these should be ignored, yet they are not. If I move those same rules intoignore
then it works fine. Is there a reason whyper-file-ignores
isn't respected?.pre-commit-config.yaml
pyproject.toml
The text was updated successfully, but these errors were encountered: