Skip to content

Commit

Permalink
added no-warn mypy ignores to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 20, 2024
1 parent 93fe038 commit 8b7432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install Package
run: python3 -m pip install -e .[test] -e ./extras[test]
- name: MyPy
run: mypy --install-types --non-interactive .
run: mypy --install-types --non-interactive --no-warn-unused-ignores .
- name: Pytest
run: pytest -vvs --cov fileformats --cov-config .coveragerc --cov-report xml .
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 8b7432a

Please sign in to comment.