Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni committed Jan 17, 2024
1 parent e0fe4ea commit a3800a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ reportImportCycles = true
reportWildcardImportFromLibrary = true
reportUntypedFunctionDecorator = true
reportUntypedClassDecorator = true
reportUnnecessaryTypeIgnoreComment = true
reportUnnecessaryTypeIgnoreComment = "warning"

include = [
"dagster_polars",
Expand Down

0 comments on commit a3800a4

Please sign in to comment.