File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ dependencies = [
39
39
]
40
40
optional-dependencies.dev = [
41
41
" actionlint-py==1.7.1.15" ,
42
+ " beartype==0.18.5" ,
42
43
" check-manifest==0.49" ,
43
44
" deptry==0.20.0" ,
44
45
" doc8==1.1.1" ,
@@ -63,7 +64,6 @@ optional-dependencies.dev = [
63
64
" sphinx-substitution-extensions==2024.8.6" ,
64
65
" sphinxcontrib-spelling==8" ,
65
66
" sybil==6.1.1" ,
66
- " typeguard==4.3.0" ,
67
67
" types-requests==2.32.0.20240712" ,
68
68
" vulture==2.11" ,
69
69
" vws-python-mock==2024.7.15" ,
@@ -278,9 +278,6 @@ keep_full_version = true
278
278
279
279
xfail_strict = true
280
280
log_cli = true
281
- typeguard-packages = """
282
- tests
283
- """
284
281
285
282
[tool .coverage .run ]
286
283
Original file line number Diff line number Diff line change 27
27
api
28
28
args
29
29
ascii
30
+ beartype
30
31
bool
31
32
boolean
32
33
bytesio
You can’t perform that action at this time.
0 commit comments