From bc7a8db64043cb80015a3e38d84d3a9b34693eaf Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 20 Oct 2019 20:58:56 +0200 Subject: [PATCH] Disable mypy until a regression in it is fixed --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 367d27d..19de210 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - pip install mypy flake8 black - black --check . - flake8 - - mypy --ignore-missing-imports . + # - mypy --ignore-missing-imports . - mypy --ignore-missing-imports setup_wizard # Build the container images we need for the test suite @@ -90,6 +90,6 @@ services: privileged: true --- kind: signature -hmac: ae911176117298c18ecfcd95fbdbd62304c5f32462b42f2aefdd5a5b834fed60 +hmac: 9fc3e2eb3b237ab868843f94221124cdc397c454de798b9bcc43c8896615826a ...