Skip to content

Commit 34873d0

Browse files
committed
Add mypy to dependencies
1 parent 5a5e6ec commit 34873d0

File tree

3 files changed

+57
-2
lines changed

3 files changed

+57
-2
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ typing = "*"
1515
black = "*"
1616
coverage = "*"
1717
flake8 = "*"
18+
mypy = "*"
1819
pre-commit = "*"
1920
pytest = "*"
2021
pytest-cov = "*"

Pipfile.lock

Lines changed: 54 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ iniconfig==2.0.0
1717
jinja2==3.1.4
1818
markupsafe==3.0.2
1919
mccabe==0.7.0
20+
mypy==1.14.1
2021
mypy-extensions==1.0.0
2122
nodeenv==1.9.1
2223
packaging==24.2
@@ -39,6 +40,7 @@ sphinxcontrib-htmlhelp==2.1.0
3940
sphinxcontrib-jsmath==1.0.1
4041
sphinxcontrib-qthelp==2.0.0
4142
sphinxcontrib-serializinghtml==2.0.0
43+
typing-extensions==4.12.2
4244
urllib3==1.26.20
4345
virtualenv==20.28.0
4446
appdirs==1.4.4
@@ -62,7 +64,6 @@ setuptools==75.6.0
6264
soupsieve==2.6
6365
tqdm==4.67.1
6466
typing==3.7.4.3
65-
typing-extensions==4.12.2
6667
w3lib==2.2.1
6768
websockets==10.4
6869
zipp==3.21.0

0 commit comments

Comments
 (0)