From 0d6348a73d257cd7212462bda3da680c0479b681 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 5 May 2023 14:45:44 +0200 Subject: [PATCH] Disable mypy for now, it appears to cause problems --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index fdaa34d..649949c 100644 --- a/action.yml +++ b/action.yml @@ -27,6 +27,7 @@ inputs: utility (see the `--linter-tags` option). By default all linters are selected. Avaliable linter tags are `mypy`, `pylint`, and `python`. required: false + default: "pylint" debug: description: Turn on debugging info.