Skip to content

Commit bf9e0bf

Browse files
committed
chore(dev): add pyright dependencies
Added pyright as a development dependency and configured it in pyproject.toml for Python 3.11.
1 parent cba973f commit bf9e0bf

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

poetry.lock

Lines changed: 23 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ types-requests = "^2.32.4.20250611"
5454
mypy = "^1.16.1"
5555
ipython = "^9.3.0"
5656
pyrefly = "^0.22.0"
57+
pyright = "^1.1.404"
5758

5859
[tool.poetry.group.docs]
5960
optional = true
@@ -117,6 +118,10 @@ ignore_errors_in_generated_code = true
117118
use_untyped_imports = true
118119
ignore_missing_source = true
119120

121+
[tool.pyright]
122+
pythonVersion = "3.11"
123+
reportPrivateImportUsage = false
124+
120125
[tool.pytest.ini_options]
121126
log_cli = true
122127
log_level = "INFO"

0 commit comments

Comments
 (0)