Skip to content

Commit ab9fc4d

Browse files
committed
Remove tool group
1 parent b6d097c commit ab9fc4d

File tree

3 files changed

+2
-204
lines changed

3 files changed

+2
-204
lines changed

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
@nox.session(name="dev", python=False)
5757
def dev_session(session: nox.Session) -> None:
5858
"""Create a development environment."""
59-
session.run_install("uv", "sync", "--group", "tool", "--frozen", "--quiet")
60-
session.run_install("uv", "run", "pre-commit", "install")
59+
session.run_install("uv", "sync", "--frozen", "--quiet")
6160

6261

6362
@nox.session(name="test", python=False)

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ lint = [
3535
"flake8-pep585",
3636
"mypy",
3737
]
38-
tool = [
39-
"pre-commit",
40-
"nox",
41-
]
4238
test = [
4339
"pytest",
4440
"pytest-randomly",

0 commit comments

Comments
 (0)