Skip to content

Commit

Permalink
Ignore Mypy missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
angely-dev committed Aug 22, 2024
1 parent 69bcfb5 commit 660057b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
[tool.black]
line-length = 119

[[tool.mypy.overrides]]
module = [
"fastapi",
"fastapi.testclient",
"mysql.connector",
"pydantic",
"pytest",
]
ignore_missing_imports = true

0 comments on commit 660057b

Please sign in to comment.