File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed
Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -158,25 +158,6 @@ style = "sphinx"
158158verbose = 0
159159whitelist-regex = []
160160
161- [tool .pyright ]
162- exclude = [
163- " **/__pycache__" ,
164- " **/node_modules"
165- ]
166- executionEnvironments = [
167- {root = " chanx" }
168- ]
169- ignore = [
170- ' sandbox/config/settings/test.py'
171- ]
172- include = [" chanx" , " sandbox" ]
173- pythonVersion = " 3.11"
174- reportIncompatibleVariableOverride = false
175- reportMissingImports = " error"
176- reportMissingTypeStubs = false
177- reportPrivateUsage = false
178- typeCheckingMode = " strict"
179-
180161[tool .tomlsort ]
181162all = true
182163in_place = true
Original file line number Diff line number Diff line change 1010 "reportMissingTypeArgument" : " warning" ,
1111 "reportMissingTypeStubs" : " warning" ,
1212 "reportPrivateUsage" : " none" ,
13- "pythonVersion" : " 3.11 " ,
13+ "pythonVersion" : " 3.10 " ,
1414 "reportIncompatibleVariableOverride" : " none"
1515}
You can’t perform that action at this time.
0 commit comments