Skip to content

Commit 3aa5221

Browse files
committed
maint: add ruff and ty as dev dependencies
1 parent 43431ff commit 3aa5221

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ dev = [
3939
"jupyterlab>=4.4.1",
4040
"playwright>=1.44.0",
4141
"pytest>=8.2.1",
42+
"ruff>=0.14.10",
43+
"ty>=0.0.4",
4244
]
4345

4446
[build-system]
@@ -129,6 +131,9 @@ ban-relative-imports = "all"
129131
# Tests can use magic values, assertions, and relative imports
130132
"tests/**/*" = ["PLR2004", "S101", "TID252"]
131133

134+
[tool.ruff.format]
135+
docstring-code-format = true
136+
132137
[tool.ty.environment]
133138
python-version = "3.10"
134139

uv.lock

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)