Skip to content

Commit

Permalink
exclude imports from typehint checking
Browse files Browse the repository at this point in the history
  • Loading branch information
semenko committed Jan 4, 2024
1 parent e57bc51 commit b7a539b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ warn_unreachable = true
pretty = true
show_column_numbers = true
show_error_context = true
ignore_missing_imports = true

[tool.ruff]
force-exclude = true # Apply excludes to pre-commit
Expand Down

0 comments on commit b7a539b

Please sign in to comment.