Skip to content

Commit 555afb3

Browse files
committed
chore(pyright): update config
1 parent b2b7b0c commit 555afb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ ignore = ["PTH", "ANN002", "ANN003", "ARG002", "D202", "D203", "D213", "I001", "
151151
[tool.ruff.lint.isort]
152152
required-imports = ["from __future__ import annotations"]
153153

154+
[tool.pyright]
155+
reportPossiblyUnboundVariable = false
156+
154157
[tool.codespell]
155158
ignore-words-list = ["redunant", "resovle", "socio-economic"]
156159
skip = ["poetry.lock"]

0 commit comments

Comments
 (0)