Skip to content

Commit

Permalink
Use mypy config file in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Sep 14, 2023
1 parent 8941789 commit 07f1b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python -m pip install mypy
python -m pip install types-atomicwrites types-vobject
- name: Run the type checker
run: mypy --ignore-missing-imports khard
run: mypy

docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 07f1b09

Please sign in to comment.