Guilherme Espada

Results 4 issues of Guilherme Espada

I skimmed the jdocs and I couldn't find anything like it.

enhancement

#217 unfortunately causes the rust formatting hook to break on cargo workspaces. See https://github.com/GUIpsp/language-formatters-pre-commit-hooks-bug-demo for a minimal repro. Just clone and `pre-commit run --all`

--manifest-path Cargo.toml is not equivalent to not passing the argument if it's a virtual workspace

**Describe the bug** pipx install considers the current working dir as import path during install. **How to reproduce** ```bash cd $(mktemp -d) echo "raise" > re.py pipx install magic-wormhole #...