File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -172,10 +172,13 @@ def lint(session: nox.Session) -> None:
172
172
session .run ("pre-commit" , "run" , * args )
173
173
174
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
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
179
182
@nox .session
180
183
def vendoring (session : nox .Session ) -> None :
181
184
session .install ("vendoring~=1.2.0" )
You can’t perform that action at this time.
0 commit comments