Skip to content

Commit 53d9728

Browse files
committed
Add "mypy" to "lint" group
1 parent 6f40b21 commit 53d9728

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
@@ -36,11 +36,12 @@ dev = [
3636
{include-group = "test"}
3737
]
3838
lint = [
39-
"ruff",
39+
"mypy",
4040
"pre-commit",
41+
"ruff",
4142
]
4243
test = [
43-
"pytest"
44+
"pytest",
4445
]
4546

4647
[project.urls]

0 commit comments

Comments
 (0)