Skip to content

Commit 3b63d25

Browse files
committed
pyproject: add dev deps
1 parent cc61af4 commit 3b63d25

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ dependencies = [
1616
"python-dateutil==2.9.0.post0",
1717
]
1818

19+
# Dev dependencies
20+
[dependency-groups]
21+
dev = [
22+
"pre-commit>=4.2.0",
23+
"ruff>=0.12.0",
24+
]
25+
1926
[tool.ruff]
2027
# Exclude a variety of commonly ignored directories.
2128
exclude = [

0 commit comments

Comments
 (0)