Skip to content

Commit

Permalink
Chore: Disable Pyright type-checking rules (#2346)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 authored Sep 10, 2024
2 parents adf41b9 + 533166c commit 79aea2f
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 @@ -70,6 +70,7 @@ use_gitignore = true

[tool.pyright]
include = ["benefits", "tests/pytest"]
typeCheckingMode = "off"

[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "benefits.settings"
Expand Down

0 comments on commit 79aea2f

Please sign in to comment.