Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
duwenxin99 committed Apr 30, 2024
1 parent 393c693 commit 0493df5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ profile = "black"
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 0493df5

Please sign in to comment.