baggiponte
baggiponte
Hi, I am having the same issue outside of CI. When I `git push` with the `pre-push` pre-commit hook, I get the following: ``` fatal: ambiguous argument 'origin/HEAD..HEAD': unknown revision...
> Have you tried git fetch ? That works for me. Does not for me... Perhaps it can mess up if I have `git push --force` previously?
Hello, if I run `cz check --rev-range origin/main..HEAD` it works. I noticed that the pre-commit hook has `--rev-range origin/HEAD..HEAD` which is an invalid ref. Perhaps when the repo has multiple...
Hi, same problem here. I just got a M3 Pro mac and colima fails to start. However, with my personal M1 mac (same colima qemu and lima versions) it runs...
Implementing darglint could handle some flake8 exceptions, as well as part of docformatter I guess?
I would say: • `jupyterlab-lsp` is the most important package - I basically would not use jupyter without it. • `collapsible_headings` is really handy, especially when I have to deal...
I thought of that too but I think the problem is that ruff does not offer a Python API while black does. @akshayka what if marimo used black or ruff...
Author added py.typed here #aa29e46 in the 3.12 compatibility branch he is working on.
Me too, same issue with `python:3.10-slim`.
> uv pip install torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu This works for me! py3.10 and latest `uv` 0.1.35. > This should work as of the latest release: > > ``` > uv...