-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pre-commit check fails because TypeError: 'FileSystem' object is not iterable #7
Comments
Thanks for the heads up! Will have a look (And sorry for the inconvenience) |
Should be fixed now with #6 if you'd like to re-enabling it, please bump your pre-commit rev to v0.3.0 - repo: https://github.com/tlambert03/napari-plugin-checks
rev: v0.3.0
hooks:
- id: napari-plugin-checks |
by the way: this was cause by an API breakage in the recent release of grimp (the only dependency of this pre-commit hook). I've hard pinned grimp (and will pin any other deps going forward) so this shouldn't happen unexpectedly again. thanks again for the report |
Thanks a lot for such a quick fix! |
Hi Talley,
Recently I noticed that the pre-commit test of napari-plugin-check was randomly failing, and I couldn't figure out where is the problem. Therefore, for now, I had to remove this hook in order not to have failing tests. I hope you can help to determine the problem, which might be on my side or related to some other package, but I am just bad at reading this error.
Here is the error traceback:
The text was updated successfully, but these errors were encountered: