Skip to content

Commit

Permalink
Disallow type: ignore (favor pyright: ignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Jul 12, 2024
1 parent fb16b32 commit 66c989c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ strictDictionaryInference = false
strictSetInference = false
analyzeUnannotatedFunctions = true
strictParameterNoneValue = true
enableTypeIgnoreComments = true # consider disabling
enableTypeIgnoreComments = true
deprecateTypingAliases = true
enableExperimentalFeatures = false
disableBytesTypePromotions = false # consider enabling
Expand All @@ -108,7 +108,6 @@ reportMissingTypeStubs = "information" # consider bumping to warning/error
reportUninitializedInstanceVariable = false # until https://github.com/DetachHead/basedpyright/issues/491
reportMissingParameterType = false # likely will be enabled (although ruff does cover this)
reportMissingSuperCall = false # likely will be enabled
reportIgnoreCommentWithoutRule = false # likely will be enabled (but only if enableTypeIgnoreComments remains disabled)


[tool.ruff]
Expand Down

0 comments on commit 66c989c

Please sign in to comment.