Enric Morales

Results 41 comments of Enric Morales

> > Yeah it's pretty confusing! So, if I were a package maintainer from, say, Arch, I [wouldn't need to touch anything](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=papis-git#n105) after unpacking the wheel. So I agree it's...

> @kiike I was just reading through the [Why Hatch?](https://hatch.pypa.io/latest/why/) thing and it says that the editable installs with setuptools don't work with VSCode. Is that true? That would be...

> Thanks for testing! I went ahead and removed the `setup.py` completely. Awesome! > That seems to break the nix install, but it should be fixable. It is!: https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py has...

Wait. Editable installs with setuptools+wheels+pyproject.toml **are** broken. But not only in VS Code, but in my regular installation (openSUSE MicroOS with Python 3.12 installed in a nix env) as well...

> > FINAL EDIT (this is fun): It's a [known issue with mypy+setuptools editable installs](https://github.com/python/mypy/issues/13392) > > Can confirm this is actually happening and it's very annoying. I wasn't seeing...

That's awesome! Thanks @alexfikl! :heart:

I have been trying this feature for a couple of weeks and I really like it! I think the Jinja2 formatting is a great addition, and the formatted keys give...

> > I have been trying this feature for a couple of weeks and I really like it! > > @kiike Thank you for trying this out! ❤️ > >...

Sure. It can add a lot of new rules, so that will involve picking which ones the project wants. Luckily, it auto-fixes most of the minor issues.

Cool! We'll keep this PR on the backburner!