1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Update noxfile.py

This commit is contained in:
Pradyun Gedam 2022-10-08 17:47:22 +01:00 committed by GitHub
parent bed8c14b25
commit 08b7a100ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@ def lint(session: nox.Session) -> None:
# NOTE: This session will COMMIT upgrades to vendored libraries. # NOTE: This session will COMMIT upgrades to vendored libraries.
# You should therefore not run it directly against `main`. If you # You should therefore not run it directly against `main`. If you
# do (asusming you started with a clean main), you can run: # do (assuming you started with a clean main), you can run:
# #
# git checkout -b vendoring-updates # git checkout -b vendoring-updates
# git checkout main # git checkout main