Skip to content

Commit ae9bc21

Browse files
committed
poetry: move pyright to dev dependencies
Signed-off-by: Attila Szakacs <szakacs.attila96@gmail.com>
1 parent 9ca9f25 commit ae9bc21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ include = [
2222

2323
[tool.poetry.dependencies]
2424
python = "^3.8"
25-
pyright = "^1.1.322"
2625

2726
[tool.poetry.group.dev.dependencies]
2827
neologism = "^0.0.8"
@@ -32,6 +31,7 @@ black = "^23.3.0"
3231
pylint = "^2.17.4"
3332
pycodestyle = "^2.10.0"
3433

34+
pyright = "^1.1.371"
3535
[build-system]
3636
requires = ["poetry-core"]
3737
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)