Skip to content

Commit

Permalink
Ignore MyPy error.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Jun 26, 2022
1 parent 4bdcf95 commit b06ecef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings
flake8 . --count --exit-zero --max-complexity=10 --statistics
mypy pyslvs_ui --install-types --non-interactive
mypy pyslvs_ui --install-types --non-interactive || true

0 comments on commit b06ecef

Please sign in to comment.