Skip to content

Commit 67351d7

Browse files
committed
Remove mypy config
1 parent 0eccca1 commit 67351d7

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ _version.py
44
.DS_Store
55
.envrc
66
.hypothesis
7-
.mypy_cache
87
.pytest_cache
98
.vscode
109
*.aux

pyproject.toml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -96,23 +96,6 @@ run = {branch = true, parallel = true, source = [
9696
"sleplet",
9797
]}
9898

99-
[tool.mypy]
100-
disallow_subclassing_any = false
101-
disallow_untyped_decorators = false
102-
enable_error_code = [
103-
"ignore-without-code",
104-
"redundant-expr",
105-
"truthy-bool",
106-
]
107-
explicit_package_bases = true
108-
ignore_missing_imports = true
109-
plugins = [
110-
"pydantic.mypy",
111-
]
112-
strict = true
113-
warn_return_any = false
114-
warn_unreachable = true
115-
11699
[tool.pytest.ini_options]
117100
addopts = [
118101
"--color=yes",

0 commit comments

Comments
 (0)