Skip to content

Commit

Permalink
Merge pull request #744 from wazo-platform/typing-remove-follow-imports
Browse files Browse the repository at this point in the history
contributors: python typing: remove suggestion for follow_imports

Why:

follow_imports breaks pre-commit typing analysis in some cases

Reviewed-by: wazo-community-zuul[bot]
Reviewed-by: Francois Blackburn
  • Loading branch information
wazo-community-zuul[bot] authored Aug 5, 2024
2 parents 17c9f87 + 093cd84 commit 56992f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/uc-doc/contributors/typing.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ python_version = "3.10"
show_error_codes = true
check_untyped_defs = true
warn_unused_configs = true
follow_imports = "skip"
ignore_missing_imports = true
```

Expand Down

0 comments on commit 56992f4

Please sign in to comment.