Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Apr 30, 2024
1 parent 5b55cf8 commit 0c42219
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ profile = "black"
[tool.mypy]
python_version = "3.8"
warn_unused_configs = true

[[tool.mypy.overrides]]
module="google.auth.*"
ignore_missing_imports = true
exclude = [
'docs/*',
'noxfile.py'
]

[[tool.mypy.overrides]]
module="google.auth.*"
ignore_missing_imports = true

0 comments on commit 0c42219

Please sign in to comment.