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:
parent
ade72202c5
commit
1720aee672
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue