Browse Source

Merge branch 'develop' into feature

Arthur 3 năm trước cách đây
mục cha
commit
5a018afbc4
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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