Skip to content

Commit

Permalink
remove ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Sep 23, 2024
1 parent 8a363e7 commit 45f1803
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,20 +192,6 @@ exclude = [
"tests"
]

[[tool.mypy.overrides]]
# ignore missing import errors for the following
# packages which do not have standard type stubs
# or experience issues with imported types.
module = [
"sklearn.*",
"scipy.*",
"cytominer_database.*",
"boto3.*",
"botocore.*",
"fire.*"
]
ignore_missing_imports = true

[build-system]
requires = ["poetry-core>=1.7.0", "poetry-dynamic-versioning>=1.1.0"]
build-backend = "poetry_dynamic_versioning.backend"
Expand Down

0 comments on commit 45f1803

Please sign in to comment.