Просмотр исходного кода

Merge branch 'develop' into feature

Arthur 3 лет назад
Родитель
Сommit
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