-
Notifications
You must be signed in to change notification settings - Fork 651
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 broken on seed isort #194
Comments
oh interesting, I don't think that I've ever seen that one :/ looks like something which broke upstream |
could you test on a newer python, like 3.9 ? Looks like it could be related to importlib, although this is all new to me |
I got the same error when using pre-commit :) |
looks like we're not the only ones (see). Maybe that we could remove that step and trust black for all the import ordering for instance ? I did not have much time to look into this, sorry about that |
ah wait, it's not isort directly but this 'seed isort' step, looking into that and fixing this |
ok, depends on this which is deprecated |
* pull residual out into factory * mypy fix authored-by: Diana Liskovich <dianaml@devfair0471.h2.fair>
🐛 Bug
I just enabled the
pre-commit
hooks in my environment following the docs, and they seem to raise an error in an unrelated part of the codebase.This is the error message I get after a
git commit
:The text was updated successfully, but these errors were encountered: