We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5184e8 commit 456ee01Copy full SHA for 456ee01
1 file changed
{{cookiecutter.project_name}}/noxfile.py
@@ -62,7 +62,7 @@ def setup_venv(session: Session) -> None:
62
@nox.session(python=DEFAULT_PYTHON_VERSION, name="pre-commit", tags=[CI])
63
def precommit(session: Session) -> None:
64
"""Lint using pre-commit."""
65
- args: list[str] = session.posargs or ["run", "--all-files", "--hook-stage=manual", "--show-diff-on-failure"]
+ args: list[str] = session.posargs or ["run", "--all-files", "--show-diff-on-failure"]
66
67
session.log("Installing pre-commit dependencies...")
68
session.install("-e", ".", "--group", "dev")
0 commit comments