From 00b3499600fbba98bde767d88922f0d623dd1330 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 5 Aug 2022 10:47:57 -0400 Subject: [PATCH] Apply linter. --- pipenv/pipenv.1 | 10 +++++----- tasks/__init__.py | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 436c3296..7fe1b406 100644 --- a/pipenv/pipenv.1 +++ b/pipenv/pipenv.1 @@ -1344,28 +1344,28 @@ Update vendored dependencies and invocations .INDENT 2.0 .IP \(bu 2 Update vendored and patched dependencies -\- Update patches on \fBpiptools\fP, \fBpip\fP, \fBpip\-shims\fP, +\- Update patches on \fBpiptools\fP, \fBpip\fP, \fBpip\-shims\fP, .nf \(ga\(ga .fi tomlkit\(ga .IP \(bu 2 Fix invocations of dependencies -\- Fix custom +\- Fix custom .nf \(ga\(ga .fi InstallCommand\(ga instantiation -\- Update +\- Update .nf \(ga\(ga .fi PackageFinder\(ga usage -\- Fix +\- Fix .nf \(ga\(ga .fi -Bool\(ga stringify attempts from +Bool\(ga stringify attempts from .nf \(ga\(ga .fi diff --git a/tasks/__init__.py b/tasks/__init__.py index 27e9bd51..961ec1ef 100644 --- a/tasks/__init__.py +++ b/tasks/__init__.py @@ -9,4 +9,3 @@ from . import release, vendoring ROOT = Path(".").parent.parent.absolute() ns = invoke.Collection(vendoring, release, release.clean_mdchangelog) -