Skip to content

Commit e177625

Browse files
Merge pull request #2310 from VWS-Python/beartype
Merge pull request #2308 from VWS-Python/dependabot/pip/deptry-0.20.0
2 parents 8c000b3 + 7fe320b commit e177625

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dependencies = [
3939
]
4040
optional-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

279279
xfail_strict = true
280280
log_cli = true
281-
typeguard-packages = """
282-
tests
283-
"""
284281

285282
[tool.coverage.run]
286283

spelling_private_dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ admin
2727
api
2828
args
2929
ascii
30+
beartype
3031
bool
3132
boolean
3233
bytesio

0 commit comments

Comments
 (0)