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.
2 parents 569d0d7 + 08b7a10 commit 8f381cdCopy full SHA for 8f381cd
noxfile.py
@@ -172,6 +172,13 @@ def lint(session: nox.Session) -> None:
172
session.run("pre-commit", "run", *args)
173
174
175
+# NOTE: This session will COMMIT upgrades to vendored libraries.
176
+# You should therefore not run it directly against `main`. If you
177
+# do (assuming you started with a clean main), you can run:
178
+#
179
+# git checkout -b vendoring-updates
180
+# git checkout main
181
+# git reset --hard origin/main
182
@nox.session
183
def vendoring(session: nox.Session) -> None:
184
session.install("vendoring~=1.2.0")
0 commit comments