Skip to content

Commit e944814

Browse files
committed
better not to specify versions of ruff and precommit?
1 parent 74791e8 commit e944814

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ build-backend = "poetry.core.masonry.api"
3030

3131
[dependency-groups]
3232
dev = [
33-
"ruff (>=0.14.4,<0.15.0)",
34-
"pre-commit (>=4.4.0,<5.0.0)"
33+
"ruff",
34+
"pre-commit"
3535
]
3636

3737
#[tool.ruff]

0 commit comments

Comments
 (0)