Closed nim65s closed 2 months ago
Hi,
pre-commit CI is currently failing, because since ruff v0.5.6 ipython notebook files are included by default.
Ours have many issues, so this PR just disable this check to get CI green again.
While here, move one config option from pre-commit config to global config in pyproject.toml.
Hi,
pre-commit CI is currently failing, because since ruff v0.5.6 ipython notebook files are included by default.
Ours have many issues, so this PR just disable this check to get CI green again.
While here, move one config option from pre-commit config to global config in pyproject.toml.