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 = [
3939]
4040optional-dependencies.dev = [
4141 " actionlint-py==1.7.1.15" ,
42+ " beartype==0.18.5" ,
4243 " check-manifest==0.49" ,
4344 " deptry==0.20.0" ,
4445 " doc8==1.1.1" ,
@@ -63,7 +64,6 @@ optional-dependencies.dev = [
6364 " sphinx-substitution-extensions==2024.8.6" ,
6465 " sphinxcontrib-spelling==8" ,
6566 " sybil==6.1.1" ,
66- " typeguard==4.3.0" ,
6767 " types-requests==2.32.0.20240712" ,
6868 " vulture==2.11" ,
6969 " vws-python-mock==2024.7.15" ,
@@ -278,9 +278,6 @@ keep_full_version = true
278278
279279xfail_strict = true
280280log_cli = true
281- typeguard-packages = """
282- tests
283- """
284281
285282[tool .coverage .run ]
286283
Original file line number Diff line number Diff line change 2727api
2828args
2929ascii
30+ beartype
3031bool
3132boolean
3233bytesio
You can’t perform that action at this time.
0 commit comments