-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git-Issue: Can't commit to my fork of mpl-interactions #265
Comments
This was solved by calling
as suggested here. This changed the .pre-commit-config.yaml file. |
Now there seem to be issues with flake8 when tryin to commit:
|
…ns to display segmenter data Added a image_segmenter_overlayed class which reads a secondary image thats overlayed over the primary. This is useful for medical data for example PET where one has an anatomical reference image and then a heatmap overlayed and wants to segment based on both. Also added some functions to go along with it as well as a example notebook. Also had some issues with commiting, these are describes in an issue here: mpl-extensions#265. This changed the pre-commit-config.
It seems that there exists a newer version of flake8-typing-imports: Therefore I edited the .pre-commit-config.yaml file:
Which fixed the issue. |
Sorry for not responding I was away all weekend and blissfully never opened my laptop :). This is probably a good moment for me to look over the config and do things like switching to ruff |
I thought so, makes sense 😃👍🏻 |
I forked mpl-interactions, then made a branch for a new feature there and tried to commit my changes to that branch.
However it does not work and I get the following error message:
Looks like it has something to do with the pre-commit? I tried searching around for this but could not find a reasonable answer. Does someone have an idea?
The text was updated successfully, but these errors were encountered: