mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 16:40:24 +08:00
Enforce type annotations via mypy --strict
Enforcement added via: - The repo's Makefile (`make check-mypy` & `make lint`) - The repo's main GitHub Action
This commit is contained in:
@@ -4,3 +4,7 @@ pytest-parallel==0.1.1
|
||||
flake8==4.0.1
|
||||
black==22.3.0
|
||||
isort==5.10.1
|
||||
pandas==1.4.2
|
||||
mypy==0.942
|
||||
pandas-stubs==1.2.0.58
|
||||
types-Pillow==9.0.14
|
||||
|
||||
Reference in New Issue
Block a user