aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 489bed2..36f6956 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,10 +19,10 @@ line-length = 90
19 19
20[tool.mypy] 20[tool.mypy]
21ignore_missing_imports = true 21ignore_missing_imports = true
22disallow_untyped_defs = true 22disallow_untyped_defs = false
23disallow_untyped_calls = true 23disallow_untyped_calls = false
24 24
25[tool.isort] 25[tool.isort]
26profile = "black" 26profile = "black"
27filter_files = true 27filter_files = true
28extend_skip = ["__init__.py"] \ No newline at end of file 28extend_skip = ["__init__.py"]