Skip to content

Commit f918e18

Browse files
committed
Sort bpr config
1 parent eb112c6 commit f918e18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@ exclude = [
214214

215215
[[tool.basedpyright.executionEnvironments]]
216216
root = "test"
217+
reportArgumentType = "hint"
218+
reportAttributeAccessIssue = "none"
219+
reportMissingImports = "none"
220+
reportMissingParameterType = "none"
217221
reportUnknownArgumentType = "none"
218-
reportUnknownVariableType = "none"
219222
reportUnknownMemberType = "hint"
220223
reportUnknownParameterType = "none"
221-
reportMissingParameterType = "none"
222-
reportAttributeAccessIssue = "none"
223-
reportMissingImports = "none"
224-
reportArgumentType = "hint"
224+
reportUnknownVariableType = "none"

0 commit comments

Comments
 (0)