Skip to content

Commit 3e71448

Browse files
authored
Update pyproject.toml
1 parent 1a68511 commit 3e71448

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

pyproject.toml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -189,36 +189,3 @@ exclude = '''
189189
.*templates/.*\.html
190190
'''
191191

192-
[[tool.mypy.overrides]]
193-
module = [
194-
"django.*",
195-
"tensorflow.*",
196-
"keras.*",
197-
"sklearn.*",
198-
"matplotlib.*",
199-
"pymongo.*",
200-
"firebase_admin.*",
201-
"numpy.*",
202-
"pandas.*",
203-
"cv2.*"
204-
]
205-
ignore_missing_imports = true
206-
207-
[[tool.mypy.overrides]]
208-
module = [
209-
".*_pb2.*",
210-
".*_pb2_grpc.*"
211-
]
212-
ignore_errors = true
213-
214-
[[tool.mypy.overrides]]
215-
module = [
216-
"tests.*",
217-
".*_test\.py"
218-
]
219-
strict = false
220-
disallow_untyped_defs = false
221-
222-
[[tool.mypy.overrides]]
223-
module = ["legacy.*"]
224-
strict = false

0 commit comments

Comments
 (0)