Skip to content
Snippets Groups Projects

Try to make pre-commit pass

Merged Thomas Kluyver requested to merge pre-commit-pass into master
All threads resolved!

Checks like this can only be useful if we expect them to pass - checks that always fail are a waste of time and electricity.

I've applied the isort changes, because these are relatively small and simple. The other checks that are failing on MR !499 (merged) I have just removed, because fixing across the repo required massive changes. We can easily add them back if we decide to, for instance, make every notebook PEP 8 compliant.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • LGTM! I'd like to keep in the flake8 check since it should run only on changes, not on the whole file, meaning that its warnings are relevant. But it's not too critical so I'll accept it being removed without argument if you disagree :stuck_out_tongue:

  • Thomas Kluyver added 1 commit

    added 1 commit

    • 5c4a370b - Restore flake8 check with ... diff

    Compare with previous version

  • I've restored the flake8 check and tried to fix how it works with diffs. It looks like it still picks up lines near the ones changed in the MR, which is a bit annoying, but maybe we can live with that. :shrug:

  • Thomas Kluyver resolved all discussions

    resolved all discussions

  • Thomas Kluyver mentioned in commit 50f3cde5

    mentioned in commit 50f3cde5

  • Please register or sign in to reply
    Loading