Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/packages/lab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ math = [
[dependency-groups]
dev = [
"uv==0.11.17",
"ruff==0.15.15",
"ruff==0.15.20",
"pytest==9.1.0",
"mypy==1.20.0",
"pyright==1.1.410",
Expand Down
4 changes: 3 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
dev = [
"uv==0.11.17",
"flit==3.12.0",
"ruff==0.15.15",
"ruff==0.15.20",
"pytest==9.1.0",
"pytest-asyncio==1.4.0",
"pytest-cov==7.1.0",
Expand Down Expand Up @@ -147,9 +147,11 @@ select = [
ignore = [
"D100", # allow missing docstring in public module
"D104", # allow missing docstring in public package
"D421", # allow property docstrings that start with a verb
"D418", # allow overload to have a docstring
"TD003", # allow missing link to todo issue
"FIX002", # allow todo
"ASYNC119", # allow yielding inside async-generator context managers
"B027", # allow empty non-abstract method in ABC
"B905", # `zip()` without an explicit `strict=` parameter
"RUF067", # allow version detection in __init__.py
Expand Down
46 changes: 23 additions & 23 deletions python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading