Skip to content

Commit e86ba23

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 010d63e commit e86ba23

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ optional-dependencies.dev = [
6161
"pyroma==5.0.1",
6262
"pytest==9.0.3",
6363
"pytest-asyncio==1.3.0",
64+
"pytest-beartype-tests==2026.4.19.1",
6465
"pytest-cov==7.1.0",
6566
"pyyaml==6.0.3",
6667
"ruff==0.15.11",
@@ -88,12 +89,14 @@ optional-dependencies.dev = [
8889
"vws-test-fixtures==2023.3.5",
8990
"yamlfix==1.19.1",
9091
"zizmor==1.24.1",
91-
"pytest-beartype-tests==2026.4.19.1",
9292
]
9393
optional-dependencies.release = [ "check-wheel-contents==0.6.3" ]
9494
urls.Documentation = "https://vws-python.github.io/vws-python/"
9595
urls.Source = "https://github.com/VWS-Python/vws-python"
9696

97+
[dependency-groups]
98+
dev = []
99+
97100
[tool.setuptools]
98101
zip-safe = false
99102
package-data.vws = [
@@ -402,6 +405,3 @@ exclude = [ ".venv" ]
402405
[tool.yamlfix]
403406
section_whitelines = 1
404407
whitelines = 1
405-
406-
[dependency-groups]
407-
dev = []

0 commit comments

Comments
 (0)