Closed ArturoAmorQ closed 1 year ago
Did you use the default line length of 88 columns or a custom one?
We probably need a pre-commit config file and a CI entry to run the linter.
In hazardous
I configured the pre-commit as follows:
and then reused it in the linter config for the CI:
We also need to configure the black line length in pyproject.toml
.
Maybe we can try:
[tool.nbqa]
ignore = ["# noqa", "%%"]
EDIT: this won't work on jupytext python files, only for ipynb files.
This may create conflicts with previously opened PRs. Please merge this PR before any other.