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

No --hook-stage=manual to pre-commit in nox

This commit is contained in:
Pradyun Gedam 2021-04-01 23:21:21 +01:00
parent ade72202c5
commit 1720aee672
No known key found for this signature in database
GPG key ID: FF99710C4332258E

View file

@ -174,7 +174,6 @@ def lint(session):
args = session.posargs + ["--all-files"]
else:
args = ["--all-files", "--show-diff-on-failure"]
args.append("--hook-stage=manual")
session.run("pre-commit", "run", *args)