Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Feb 2, 2024
1 parent 4f17970 commit 57a1850
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,10 @@ reportMissingTypeStubs = true
stubPath = "typings/stubs"
# we would like to move this to at least standard
# eventually. From 1.1.339 onwards standard is the default
# for now we enable all of standard except for
# incompatibleMethodOverride which we have a lot of
typeCheckingMode = "standard"
reportIncompatibleMethodOverride = false # we have a lot of these. We should eventually enable this
reportIncompatibleMethodOverride = false


[tool.pytest.ini_options]
Expand Down

0 comments on commit 57a1850

Please sign in to comment.