We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdcf95 commit b06ecefCopy full SHA for b06ecef
.github/workflows/lint.yaml
@@ -19,4 +19,4 @@ jobs:
19
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
20
# exit-zero treats all errors as warnings
21
flake8 . --count --exit-zero --max-complexity=10 --statistics
22
- mypy pyslvs_ui --install-types --non-interactive
+ mypy pyslvs_ui --install-types --non-interactive || true
0 commit comments