diff --git a/noxfile.py b/noxfile.py index 8199b64a681c265789adc797ee57b93ceb390a1c..975f52c25719a8a5e6dd5b2f764c10d9389bc9ec 100644 --- a/noxfile.py +++ b/noxfile.py @@ -172,6 +172,10 @@ def lint(session: nox.Session) -> None: session.run("pre-commit", "run", *args) +# NOTE: This session will COMMIT upgardes to vendored libraries. +# You should therefore not run it directly against main, as you +# will put your main branch out of sync with upstream. Always run +# it on a dedicated branch @nox.session def vendoring(session: nox.Session) -> None: session.install("vendoring~=1.2.0")