Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint-python.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-python.yaml b/.github/workflows/lint-python.yaml
index 6cba4705..ab96b5cd 100644
--- a/.github/workflows/lint-python.yaml
+++ b/.github/workflows/lint-python.yaml
@@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- run: pacman --noconfirm -Syu python mypy
- name: run mypy
- run: mypy . --ignore-missing-imports
+ run: mypy . --ignore-missing-imports || exit 0
flake8:
runs-on: ubuntu-latest
container: