File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
9393optional-dependencies.release = [ " check-wheel-contents==0.6.3" ]
9494urls.Documentation = " https://vws-python.github.io/vws-python/"
9595urls.Source = " https://github.com/VWS-Python/vws-python"
9696
97+ [dependency-groups ]
98+ dev = []
99+
97100[tool .setuptools ]
98101zip-safe = false
99102package-data.vws = [
@@ -402,6 +405,3 @@ exclude = [ ".venv" ]
402405[tool .yamlfix ]
403406section_whitelines = 1
404407whitelines = 1
405-
406- [dependency-groups ]
407- dev = []
You can’t perform that action at this time.
0 commit comments