Browse Source

Merge branch 'develop' into feature

Arthur 3 years ago
parent
commit
5a018afbc4
1 changed files with 9 additions and 0 deletions
  1. 9 0
      pyproject.toml

+ 9 - 0
pyproject.toml

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