Jonathan Hanson
Jonathan Hanson
Replace this comment with a clear outline of what the bug is. --> In Jinja we can use standard python multi-variable assignments like line 3 below, which successfully evaluates but...
* safety version: 2.0.0 * Python version: 3.6 * Operating System: ubuntu 18 ### Description Safety `--disable-telemetry` option does not appear to disable telemetry ### What I Did We can...
## Issue Suppose we have two environments defined by the below: ``` [testenv:lint{,-ci}] deps = flake8 flake8-print flake8-black ci: flake8-junit-report commands = !ci: flake8 ci: flake8 --output-file flake8.txt --exit-zero ci:...