Skip to content

Commit bed8c14

Browse files
pfmoorepradyunsg
andauthored
Update noxfile.py
Co-authored-by: Pradyun Gedam <[email protected]>
1 parent 430a846 commit bed8c14

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

noxfile.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,13 @@ 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
175+
# NOTE: This session will COMMIT upgrades to vendored libraries.
176+
# You should therefore not run it directly against `main`. If you
177+
# do (asusming 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
179182
@nox.session
180183
def vendoring(session: nox.Session) -> None:
181184
session.install("vendoring~=1.2.0")

0 commit comments

Comments
 (0)