Skip to content

Commit

Permalink
mypy: Follow imports
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Jul 31, 2023
1 parent 101440e commit 68df09d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ no_implicit_optional = true
show_column_numbers = true
show_error_context = true
ignore_missing_imports = true
follow_imports = skip
check_untyped_defs = true
warn_unused_ignores = true
warn_return_any = true
strict_optional = false
strict_optional = true
exclude = (?x)(
docs/.* \
| tests/.*
Expand Down

0 comments on commit 68df09d

Please sign in to comment.