Skip to content

Commit e618ef8

Browse files
committed
CI: fix the pyproject.toml
1 parent e7db56f commit e618ef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Homepage = "https://github.com/dmgav/save-and-restore-api"
3838
dev = [
3939
"pytest >=6",
4040
"pytest-cov >=3",
41-
"ruff"
41+
"pre-commit",
42+
"ruff",
4243
]
4344
docs = [
4445
"sphinx>=7.0",

0 commit comments

Comments
 (0)