fix mypy configuration header (#629)

did this work?
This commit is contained in:
Shane Smiskol 2024-07-31 21:49:42 -07:00 committed by GitHub
parent 37e734b718
commit 45110ffb9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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