Преглед на файлове

Merge branch 'develop' into feature

Arthur преди 3 години
родител
ревизия
5a018afbc4
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  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