Przeglądaj źródła

Merge branch 'develop' into feature

Arthur 3 lat temu
rodzic
commit
5a018afbc4
1 zmienionych plików z 9 dodań i 0 usunięć
  1. 9 0
      pyproject.toml

+ 9 - 0
pyproject.toml

@@ -11,3 +11,12 @@ profile = "black"
 
 [tool.pylint]
 max-line-length = 120
+
+[tool.pyright]
+include = ["netbox"]
+exclude = [
+    "**/node_modules",
+    "**/__pycache__",
+]
+reportMissingImports = true
+reportMissingTypeStubs = false