Skip to content

Commit eee4a2c

Browse files
authored
💚 fix tox config (#554)
1 parent 3c37458 commit eee4a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ env_list = [
311311
[tool.tox.env.mypy]
312312
description = "mypy"
313313
runner = "uv-venv-lock-runner"
314-
dependency_groups = ["dev", "orjson", "types"]
314+
dependency_groups = ["dev", "types"]
315315
commands = [
316316
[
317317
"mypy",

0 commit comments

Comments
 (0)