Skip to content

Commit 430a846

Browse files
committed
Add a warning comment to the vendoring session in noxfile
1 parent 569d0d7 commit 430a846

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ def lint(session: nox.Session) -> None:
172172
session.run("pre-commit", "run", *args)
173173

174174

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
175179
@nox.session
176180
def vendoring(session: nox.Session) -> None:
177181
session.install("vendoring~=1.2.0")

0 commit comments

Comments
 (0)