diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
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] |
| 21 | ignore_missing_imports = true | 21 | ignore_missing_imports = true |
| 22 | disallow_untyped_defs = true | 22 | disallow_untyped_defs = false |
| 23 | disallow_untyped_calls = true | 23 | disallow_untyped_calls = false |
| 24 | 24 | ||
| 25 | [tool.isort] | 25 | [tool.isort] |
| 26 | profile = "black" | 26 | profile = "black" |
| 27 | filter_files = true | 27 | filter_files = true |
| 28 | extend_skip = ["__init__.py"] \ No newline at end of file | 28 | extend_skip = ["__init__.py"] |
