-
Notifications
You must be signed in to change notification settings - Fork 3
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
Docker hook was removed by bot #13
Comments
Hmm curious indeed... Also how did the At any rate, there are some upstream problems as well with v0.9.0 (tamasfe/taplo#542) that seem to be similar to problems with the Docker build for this mirror repo. |
Tbh I haven't been happy with this mirror since the beginning and would have preferred to see a If you're interested, you can already try a test pip package: And here's the corresponding (temporary!) pre-commit hook: - repo: https://github.com/redeboer/taplo-pre-commit
rev: v0.9.1rc1
hooks:
- id: taplo Interested to hear if that hook works for you, but don't check it in to your CI ;) |
That’s exactly the solution I thought about, awesome job of getting it working! Taplo upstream is currently in a bit of chaos since new maintainers are taking over and haven’t figured out all the processes, but eventually we could upstream your workflows so all the package building is centralized. /edit: your changes are pretty neat! I’d not add the kitchen sink to .gitignore, otherwise that looks like a great solution. My .gitignores usually look like: __pycache__/
/.*cache/
/dist/
# and if others work on it too:
/.vscode/
/.idea/
/.python-version
/.venv/ |
Hey, this looks awesome!!! A few days ago I was asking about an official pre-commit hook here: tamasfe/taplo#535 |
Just had a closer look at the commits. That looks like it was way easier that I could have imagined, up until the OpenSSL stuff. I was wondering why you'd need OpenSSL, and found the answer here.
But then it looks like the dependency was removed in 0.7.0. I suppose it was readded later? I'm not familiar with the taplo codebase or rust programming, so my explorations and questions may be quite naive. |
Thanks a lot for the feedback, great to hear it works!
Well spotted indeed 😅 That was the painful part and actually what held me back from making a PR yet. Two things:
|
Removed the Docker hook, see #18. |
What happened?
in 01c5701, the docker hook was removed.
Relevant log output
No response
Is it possible to reproduce the bug with a small code snippet?
Additional steps to reproduce the bug
No response
Which Python version were you using?
None
Python dependencies
No response
The text was updated successfully, but these errors were encountered: