Skip to content

Commit

Permalink
Merge pull request #142 from dknowles2/mypy
Browse files Browse the repository at this point in the history
Run mypy against everything
  • Loading branch information
dknowles2 committed Jun 9, 2024
2 parents b8bdcb9 + c7b718e commit 162aa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-test.txt
mypy --non-interactive --install-types pyschlage
mypy --non-interactive --install-types .
- name: Register mypy problem matcher
run: |
echo "::add-matcher::.github/workflows/matchers/mypy.json"
- name: Run mypy
run: |
mypy pyschlage
mypy .

0 comments on commit 162aa35

Please sign in to comment.