From e243f25cea973b79ba9ee58d309fb932d284210c Mon Sep 17 00:00:00 2001 From: Kevin Michel Date: Wed, 1 May 2024 11:24:38 +0200 Subject: [PATCH] run mypy serially This avoids duplicated warning messages. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f7ebcd0..d935cb5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,4 +47,5 @@ repos: name: mypy entry: mypy language: system + require_serial: true types: [python]