We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38563ac commit f9fed24Copy full SHA for f9fed24
pyproject.toml
@@ -280,7 +280,20 @@ warn_unused_configs = true
280
files = ["ardupilot_methodic_configurator/*.py"]
281
282
[tool.pyright]
283
-exclude = [".venv"]
+include = [
284
+ "ardupilot_methodic_configurator/*.py",
285
+ "*.py",
286
+]
287
+exclude = [
288
+ ".git",
289
+ ".venv",
290
+ "__pycache__",
291
+ "__target__",
292
+ "dist",
293
294
+typeCheckingMode = "standard"
295
pythonVersion = "3.9"
296
+pythonPlatform = "All"
297
+deprecateTypingAliases = true
298
venvPath = "."
299
venv = ".venv"
0 commit comments