Skip to content

Commit

Permalink
Fixed lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins committed Mar 28, 2024
1 parent 13090a5 commit f1cccf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ select = [
[tool.mypy]
disallow_untyped_defs = "True"

[[tool.mypy.overrides]]
module = "boto3"
ignore_missing_imports = true

[tool.coverage.run]
omit = ["tests/*"]

Expand Down

0 comments on commit f1cccf8

Please sign in to comment.