wwuck

Results 64 comments of wwuck

Would you expect such a linter to do formatting too, a la `setup-cfg-fmt`/`tox-ini-fmt`, or just linting and leave the formatting to eg. `toml-sort`? Considering that the `pyproject.toml` format as it...

@takluyver It looks like someone else has done this before I had the chance to start on it. https://pypi.org/project/validate-pyproject/

> A tool that checks compatibility would be great. Then one could easily use it as a [pre-commit](https://pre-commit.com/) hook, for instance. Have you looked at [darglint](https://github.com/terrencepreilly/darglint)? It looks like it...

Don't forget there is also a prerm-pypyclean and a postinst-pypycompile, if dh-virtualenv supports pypy.

I attempted to add the following to a `prerm` script as a quick way to get this functionality, but I'm not sure how I embed the value of `$DH_VIRTUALENV_INSTALL_ROOT` into...

Hi @machack666 I am running the latest version 2.24.0-3.pgdg90+1 from the apt.postgresql.org repository. I created a new sequence in both the `postgres` and `template1` databases: `CREATE SEQUENCE public.test_seq START 101;`...

@hackebrot would you consider submitting `pytest-cookies` to @pytest-dev? I think this plugin is quite popular and it might help to alleviate the maintenance burden. https://docs.pytest.org/en/6.2.x/contributing.html#submitting-plugins-to-pytest-dev

@JonZeolla I think any migration to pytest-dev would have to come from @hackebrot as the project owner if he wanted to pursue that option. The migration doc does mention a...

I wasn't sure how to tell `go` to only build the cli command, but I guess for such a short build time it doesn't really matter too much.

I'm also not sure if this is the correct way to build a static binary with Go but it seems to work. Needed because the final image is created from...