Skip to content

Commit

Permalink
fix mypy configuration header (#629)
Browse files Browse the repository at this point in the history
did this work?
  • Loading branch information
sshane authored Aug 1, 2024
1 parent 37e734b commit 45110ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ target-version="py311"
"pytest.main".msg = "pytest.main requires special handling that is easy to mess up!"
"unittest".msg = "Use pytest"

[mypy.tool]
[tool.mypy]
# third-party packages
ignore_missing_imports=true

Expand Down

0 comments on commit 45110ff

Please sign in to comment.