From c5c5a2f895bffcb09c5bd90b961ec9e5e17f62f6 Mon Sep 17 00:00:00 2001 From: Jannis Mittenzwei Date: Wed, 2 Oct 2024 13:14:08 +0200 Subject: [PATCH] removed pylint and typ-check exceptions --- pyproject.toml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee524f4..7d44914 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,8 +50,7 @@ testpaths = [ ] [[tool.mypy.overrides]] -module = ["exasol_integration_test_docker_environment.*", "luigi.*", "docker.*", - "humanfriendly", "configobj", "exasol.bucketfs", "toml"] +module = [] ignore_missing_imports = true @@ -59,13 +58,4 @@ ignore_missing_imports = true max-line-length = 120 disable = """ W,R,C, - duplicate-code, - missing-class-docstring, - missing-module-docstring, - missing-function-docstring, - too-many-ancestors, - broad-exception-raised, - broad-exception-caught, - consider-using-f-string, - useless-parent-delegation """