From fcdb19d490fd5ae9fe51654eee4f7cc35cf7c52e Mon Sep 17 00:00:00 2001 From: Tobias Beckmann Date: Wed, 29 May 2024 10:06:46 +0200 Subject: [PATCH] enable mypy --strict Co-authored-by: Andreas Schimmelschulze --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8260913..0c0a02d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,4 +20,4 @@ repos: - types-setuptools - typing_extensions - aiohttp - args: [] # --strict \ No newline at end of file + args: ['--strict']