Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ci/configure-pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Apr 4, 2024
2 parents d86e4bf + e168048 commit 0513161
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,14 @@ mike = "^1.1.2"
[tool.poetry_bumpversion.file."kpops/__init__.py"]

[tool.pyright]
reportUnknownParameterType = "warning"
reportUnknownArgumentType = "warning"
reportUnknownLambdaType = "warning"
reportUnknownVariableType = "warning"
reportUnknownMemberType = "warning"

reportIncompatibleVariableOverride = false
reportIncompatibleMethodOverride = false

# FIXME: causes issues on Python 3.10
# reportIncompatibleVariableOverride = "warning"
# reportIncompatibleMethodOverride = "warning"
Expand Down

0 comments on commit 0513161

Please sign in to comment.