-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Is your feature request related to a problem? Please describe.
There is currently a pre-commit configuration, but when running pre-commit run --all
, one still gets a lot of errors, making it impractical at this stage. It would be good to create a PR in which all these errors are cleaned up, after which we can enable pre-commit.ci
to run the checks on every PR.
There are probably more useful pre-commit linters to be included. I would recommend including nb-clean. It removes all cell outputs and other irrelevant details. These should normally never be included in a Git repository: They take up a lot of space, cause diff noise and can be trivially recomputed.
Is there a specific integral/formula that you would like implemented?
No, just CI stuff.
Is there a change to the code or algorithm you would like to see?
No, just CI stuff.
Additional context
See #187