Skip to content

Commit c7b718e

Browse files
committed
Run mypy against everything
1 parent b8bdcb9 commit c7b718e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
run: |
6565
python -m pip install --upgrade pip
6666
pip install -r requirements-test.txt
67-
mypy --non-interactive --install-types pyschlage
67+
mypy --non-interactive --install-types .
6868
- name: Register mypy problem matcher
6969
run: |
7070
echo "::add-matcher::.github/workflows/matchers/mypy.json"
7171
- name: Run mypy
7272
run: |
73-
mypy pyschlage
73+
mypy .

0 commit comments

Comments
 (0)