Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DL3013: Fix false positives for VCS, http and local path packages (#389) #845

Merged
merged 2 commits into from
Jul 9, 2022

Commits on Jun 15, 2022

  1. DL3013: Fix false positives for VCS, http and local path packages (ha…

    …dolint#389)
    
    - Fix false positive when installing package with other supported VCS
      such as: `pip install bzr+ssh://..@1.0.0`, as described in
      https://pip.pypa.io/en/stable/topics/vcs-support/.
    - Fix false positive when installing package from local directory:
      `pip install my/install/path`
    - Fix false positive when installing package from http/https url:
      `pip install https://foo.bar/baz-1.0.0.zip`
    Peter Hansson committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    603084d View commit details
    Browse the repository at this point in the history
  2. Fix minor typo in test string

    Peter Hansson committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b670a0f View commit details
    Browse the repository at this point in the history