David Tucker
David Tucker
This diff and the following steps will resolve #18. You will need to [install `tox`](https://tox.wiki/en/latest/install.html) if you don't already have it. I recommend using the same steps outlined in Option...
Image: Repro: ``` python 'bad lines are continued \ like this. do not do it!' ``` Red `^M`s appear in files with DOS line endings (even though they don't appear...
**Describe the bug** If you make a table in an `{eval-rst}` block in an `.md` document and that table has a cell with an explicit link in it, then that...
``` $ pipenv --python .tox/py39-lock/bin/python install . Traceback (most recent call last): File "/ifs/home/dtucker/.local/bin/pipenv", line 8, in sys.exit(cli()) File "/ifs/home/dtucker/.local/pipx/venvs/pipenv/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/ifs/home/dtucker/.local/pipx/venvs/pipenv/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line...
``` python git.Repo(path).commit(bad_hash) ``` This raises `gitdb.exc.BadName` (which is not catchable with `git.exc.GitError` "Base class for all package exceptions"). Do I need to catch `gitdb` exceptions too? I don't have...
I want to create a virtualenv that is satisfactory for building, but I don't want to use it to build per se. Instead, I want to use it to run...
Here is the pipenv bug: https://github.com/pypa/pipenv/issues/4588 It gets hit when passing `--python .anything` (i.e. interpreter path starts with "."), which this plugin does by default: https://github.com/tox-dev/tox-pipenv/blob/aec927016bb3f8edfe29d428092e47f976c47ea1/tox_pipenv/plugin.py#L67 Related: https://github.com/tox-dev/tox/issues/1339#issuecomment-759081423 A better...
``` >>> from infoblox_client import objects >>> objects.IP.create("127.0.0.1") IPv4: ipv4addr="127.0.0.1", ip="127.0.0.1" >>> objects.IP.create("::1") Traceback (most recent call last): File "", line 1, in File "venv/lib/python3.8/site-packages/infoblox_client/objects.py", line 543, in create return...
``` python infoblox_client.objects.ARecordBase.create( connector, name="some.name", ip=infoblox_client.objects.IP.create(ip="127.0.0.1"), ) ``` In 0.5.0: ``` Traceback (most recent call last): File "", line 1, in File "venv/lib/python3.8/site-packages/infoblox_client/objects.py", line 334, in create cls.create_check_exists(connector, File "venv/lib/python3.8/site-packages/infoblox_client/objects.py",...
https://github.com/ddmee/polling2/blob/b9244a1e8a1aa8fb4e034a1cac1cdd06a680f266/polling2.py#L166-L171 ``` console $ bandit polling2.py [main] INFO profile include tests: None [main] INFO profile exclude tests: None [main] INFO cli include tests: None [main] INFO cli exclude tests: None...