Dominic Davis-Foster
Dominic Davis-Foster
mypy ships with a plugin [1] for the stdlib enum module, but it doesn't understand aenum. You could either extend that plugin to support aenum, or use it as the...
Along the same lines, Safety skips requirements with only a lower bound (e.g. ``idna>=2.5``), which is the standard way of specifying dependencies for libraries. I would expect Safety to warn...
I've just run into this on Python 3.6. Works fine on 3.7 so I think this is now isolated to EOL versions of Python.
@brndd what a coincidence that you and I should both be trying this at the same time and hitting the same error. I tried on a Windows PC and Windows...
You can co-opt the `pre-build-command` option, which seems to be intended for use with `apt-get`, to install packages via pip. Here's how I use it to install `tox`: ```jobs: docs:...
It looks like the "if" case originally had more to it but that was removed in https://github.com/uiri/toml/commit/6be3289131f2d9eadb051498a02c7d797d56ffa9
Don't jython still use their issue tracker?
Friendly ping 👈
This is of greater importance now that there is a date set for Dependabot Preview to shut down.
Doesn't `roll.sh` already insert the required line into `.bashrc` by running it with the `inject` argument (i.e. `./roll.sh inject`)? Or are you proposing to make that the default behaviour?