mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-30 00:50: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:
@@ -35,6 +35,9 @@ jobs:
|
||||
- name: Validate against flake8
|
||||
run: python -m flake8 pdfplumber tests
|
||||
|
||||
- name: Check type annotations via mypy
|
||||
run: python -m mypy --strict pdfplumber
|
||||
|
||||
test:
|
||||
needs: lint
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user