Skip to content

Commit

Permalink
Pyright settings in the pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Sep 15, 2023
1 parent a243417 commit d9695f0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
10 changes: 10 additions & 0 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@ init_typed = false
typeCheckingMode = "off"
reportUndefinedVariable = "error"
reportMissingImports = "none"
reportMissingTypeStubs = false
reportUnknownVariableType = false
reportUnknownArgumentType = false
reportUnknownLambdaType = false
reportUnknownMemberType = false
reportUnknownParameterType = false
reportUntypedFunctionDecorator = false
reportMissingTypeArgument = false
reportPrivateUsage = false
reportPrivateImportUsage = false

[tool.fawltydeps]
ignore_unused = [
Expand Down
10 changes: 10 additions & 0 deletions plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,13 @@ output_format = "human_detailed"
typeCheckingMode = "off"
reportUndefinedVariable = "error"
reportMissingImports = "none"
reportMissingTypeStubs = false
reportUnknownVariableType = false
reportUnknownArgumentType = false
reportUnknownLambdaType = false
reportUnknownMemberType = false
reportUnknownParameterType = false
reportUntypedFunctionDecorator = false
reportMissingTypeArgument = false
reportPrivateUsage = false
reportPrivateImportUsage = false
13 changes: 0 additions & 13 deletions pyrightconfig.json

This file was deleted.

0 comments on commit d9695f0

Please sign in to comment.