Skip to content

Commit ff49f7b

Browse files
Update pyproject.toml
1 parent b244c08 commit ff49f7b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ dependencies = [
3939
"jupyter",
4040
]
4141

42+
[dependency-groups]
43+
dev = [
44+
"pytest >=8.1.1,<9"
45+
]
46+
4247
[tool.uv.sources]
4348
torch = [
4449
{ index = "pytorch-cpu" },
@@ -55,6 +60,10 @@ explicit = true
5560
[tool.uv]
5661
package = true
5762

63+
[tool.ruff]
64+
select = ["E", "F", "I", "B", "ANN"]
65+
line-length = 88 # TODO
66+
5867
[project.urls]
5968
Homepage = "https://github.com"
6069
Documentation = "https://readthedocs.org"

0 commit comments

Comments
 (0)