Apply linter.

This commit is contained in:
Matt Davis
2022-08-05 10:47:57 -04:00
parent b642b1fe5a
commit 00b3499600
2 changed files with 5 additions and 6 deletions
+5 -5
View File
@@ -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
-1
View File
@@ -9,4 +9,3 @@ from . import release, vendoring
ROOT = Path(".").parent.parent.absolute()
ns = invoke.Collection(vendoring, release, release.clean_mdchangelog)