Skip to content

Commit

Permalink
Update mypy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Jun 24, 2024
1 parent f82a9ce commit 2323ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ profile = "black"
[tool.mypy]
plugins = "strawberry.ext.mypy_plugin"
exclude = '''(?x)(
db/alembic/versions/.*\.py$
| example_script/.*\.py$
example_script/.*\.py$
)'''
disallow_untyped_defs = true

[[tool.mypy.overrides]]
module = [
Expand Down

0 comments on commit 2323ea6

Please sign in to comment.