From 4e3e6397777dd81c6ae7fecbcf9b880ba8b79984 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 17 Feb 2024 18:49:11 +0100 Subject: [PATCH] mypy --install_types --non-interactive --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index bec6295d..69d396fe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -81,6 +81,7 @@ ignore-words-list = alers exclude = ^\.git/|^__pycache__/|^docs/source/conf.py$|^old/|^build/|^dist/|\.tox python_version = 3.9 install_types = True +non-interactive = True pretty = True scripts_are_modules = True show_error_codes = True