Skip to content

Commit fcaf011

Browse files
committed
feat: remove non-existent installation group
1 parent 014cba9 commit fcaf011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
def pre_commit(session: Session) -> None:
2828
"""Run pre-commit checks."""
2929
session.log("Installing pre-commit dependencies...")
30-
session.install("-e", ".", "--group", "dev", "--group", "pre-commit")
30+
session.install("-e", ".", "--group", "dev")
3131

3232

3333
@nox.session(python=DEFAULT_PYTHON_VERSION, name="format-python")

0 commit comments

Comments
 (0)