Skip to content

Commit

Permalink
chore: Fix mypy check in meltano#2070
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 27, 2023
1 parent 4a119a9 commit 3771229
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def mypy(session: Session) -> None:
args = session.posargs or ["singer_sdk"]
session.install(".")
session.install(
"backports-datetime-fromisoformat",
"mypy",
"pytest",
"importlib-resources",
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ warn_return_any = true
[[tool.mypy.overrides]]
ignore_missing_imports = true
module = [
"backports.datetime_fromisoformat.*",
"bcrypt.*",
"joblib.*",
"pyarrow.*",
Expand Down

0 comments on commit 3771229

Please sign in to comment.