提交 430a846d 编写于 作者: P Paul Moore

Add a warning comment to the vendoring session in noxfile

上级 569d0d7b
......@@ -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")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册