Skip to content

Commit 9ca5efb

Browse files
Update pyproject.toml
1 parent 22e37fa commit 9ca5efb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ dependencies = [
4141

4242
[dependency-groups]
4343
dev = [
44-
"pytest >=8.1.1,<9"
44+
"pytest >=8.1.1,<9",
45+
"pre-commit",
4546
]
4647

4748
[tool.uv.sources]
@@ -62,7 +63,7 @@ package = true
6263

6364
[tool.ruff]
6465
select = ["E", "F", "I", "B", "ANN"]
65-
line-length = 88 # TODO
66+
line-length = 79
6667

6768
[project.urls]
6869
Homepage = "https://github.com"

0 commit comments

Comments
 (0)