From 49c9016067f4171151226862dd6df35e02d70020 Mon Sep 17 00:00:00 2001 From: KotlinIsland Date: Thu, 27 Jan 2022 22:28:21 +1000 Subject: [PATCH] project config --- .idea/{python-project.iml => basedtyping.iml} | 11 +++-------- .idea/inspectionProfiles/Project_Default.xml | 19 +++++++++++++++---- .idea/modules.xml | 2 +- pyproject.toml | 17 ----------------- 4 files changed, 19 insertions(+), 30 deletions(-) rename .idea/{python-project.iml => basedtyping.iml} (59%) diff --git a/.idea/python-project.iml b/.idea/basedtyping.iml similarity index 59% rename from .idea/python-project.iml rename to .idea/basedtyping.iml index f243f68..8e64af1 100644 --- a/.idea/python-project.iml +++ b/.idea/basedtyping.iml @@ -1,20 +1,15 @@ - - - - - - + - + + - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 62d6170..c08270d 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,11 +1,22 @@ - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 3464a4c..dea5a83 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6daf58d..5e344a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,23 +22,6 @@ isort = "^5.10.1" build-backend = "poetry.core.masonry.api" requires = ["poetry-core>=1.0.7"] -[tool.mypy] -allow_redefinition = true -disallow_any_decorated = true -disallow_any_explicit = true -disallow_any_expr = true -disallow_any_generics = true -disallow_any_unimported = true -disallow_subclassing_any = true -disallow_untyped_calls = true -disallow_untyped_decorators = true -disallow_untyped_defs = true -show_error_codes = true -warn_redundant_casts = true -warn_return_any = true -warn_unreachable = true -warn_unused_ignores = true - [tool.isort] profile = "black" multi_line_output = 3