Skip to content

Commit 162aa35

Browse files
authored
Merge pull request #142 from dknowles2/mypy
Run mypy against everything
2 parents b8bdcb9 + c7b718e commit 162aa35

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)