We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569d0d7 commit 430a846Copy full SHA for 430a846
noxfile.py
@@ -172,6 +172,10 @@ def lint(session: nox.Session) -> None:
172
session.run("pre-commit", "run", *args)
173
174
175
+# NOTE: This session will COMMIT upgardes to vendored libraries.
176
+# You should therefore not run it directly against main, as you
177
+# will put your main branch out of sync with upstream. Always run
178
+# it on a dedicated branch
179
@nox.session
180
def vendoring(session: nox.Session) -> None:
181
session.install("vendoring~=1.2.0")
0 commit comments