George Kettleborough
George Kettleborough
Anyone know why the CI checks aren't running? Seems to affect other PRs on this repo.
Submitted #179 which supersedes this, includes Django 5.0 , Python 3.12 and doesn't disable pypy tests.
Forgot to mention that I have already signed FSF papers for contributions to org-mode many years ago (https://orgmode.org/worg//contributors.html).
OK, so a few things here: It's not possible to run `env_python -m piptools ...` or something like that because piptools is not (necessarily) installed `env_python`. There is, of course,...
One question is what to do with the version in the output header. With the change in #1898 we could get a header like: ``` # This file is autogenerated...
Yes, I think given that pip can essentially do what we need now (since last year it seems) the solution in this PR is no longer necessary. I will rewrite...
Me neither. I don't have much time to work on this right now, unfortunately, but it's on my todo list. If nobody else can figure it out first I'll try...
@atugushev would love to know more about what you don't think would work as expected. I was looking to build upon this to enable the correct default behaviour of pip-tools...
It sounds like this approach might be ruled out for the purposes of #1998 then. But just for my own curiosity and perhaps to help others look for this: What...
Normally a config like the following would work: ```yaml - repo: https://github.com/pre-commit/mirrors-prettier rev: "v3.0.3" hooks: - id: prettier additional_dependencies: - "[email protected]" - "prettier-plugin-go-template" ``` But when I do this I...