From 861da8e528ed0ecd2fe4fe1d91e1d8a3117b9cf2 Mon Sep 17 00:00:00 2001 From: Vuk Manojlovic Date: Fri, 5 Jul 2024 13:39:27 +0200 Subject: [PATCH] CTX-5783: Removed .mypy.ini from audio-analytics --- tasks/audio-analytics/.mypy.ini | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 tasks/audio-analytics/.mypy.ini diff --git a/tasks/audio-analytics/.mypy.ini b/tasks/audio-analytics/.mypy.ini deleted file mode 100644 index a9714b0e..00000000 --- a/tasks/audio-analytics/.mypy.ini +++ /dev/null @@ -1,26 +0,0 @@ -# Global options: - -[mypy] -python_version = 3.9 -pretty = True -warn_return_any = True -warn_no_return = True -warn_redundant_casts = True -warn_unused_configs = True -warn_unused_ignores = True -warn_unreachable = True -disallow_subclassing_any = True -disallow_untyped_calls = True -disallow_untyped_defs = True -disallow_incomplete_defs = True -no_implicit_optional = True -strict_optional = True -allow_redefinition = False -exclude = venv - - -# Per-module options: -# https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports - -[mypy-deepspeech.*] -ignore_missing_imports = True