Fix linting?

This commit is contained in:
Nicole Harris 2020-05-11 09:59:31 +01:00
parent ab509f4fe0
commit 1e4bfe7948
1 changed files with 5 additions and 6 deletions

View File

@ -2,20 +2,19 @@
name: Dependency resolver failures / errors
about: Report when the pip dependency resolver fails
labels: ["K: UX", "K: crash", "C: new resolver", "C: dependency resolution"]
---
<!--
<!--
Please provide as much information as you can about your failure, so that we can understand the root cause.
For example, if you are installing packages from pypi.org, we'd like to see:
- Your terminal output
- Any inputs to pip, for example:
- any package requirements: any CLI arguments and/or your requirements.txt file
- any already installed packages, outputted via `pip freeze`
It would be great if you could also include your dependency tree. For this you can use pipdeptree: https://pypi.org/project/pipdeptree/
For users installing packages from a private repository or local directory, please try your best to describe your setup. We'd like to understand how to reproduce the error locally, so would need (at a minimum) a description of the packages you are trying to install, and a list of dependencies for each package.
For users installing packages from a private repository or local directory, please try your best to describe your setup. We'd like to understand how to reproduce the error locally, so would need (at a minimum) a description of the packages you are trying to install, and a list of dependencies for each package.
-->