Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 4e83c38

Browse files
chore: add ruff to dev dependencies
1 parent 7ef4ea6 commit 4e83c38

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ dependencies = [
2020
]
2121

2222
[dependency-groups]
23-
dev = []
23+
dev = [
24+
"ruff>=0.12.8",
25+
]
2426

2527
[tool.ruff]
2628
# Exclude a variety of commonly ignored directories.

uv.lock

Lines changed: 31 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)