chore(repo): Update pynvim dependency
This commit is contained in:
parent
bd03819e4d
commit
48dee57feb
2 changed files with 1155 additions and 1042 deletions
2193
poetry.lock
generated
2193
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -16,7 +16,7 @@ tabulate = "^0.9.0"
|
||||||
openpyxl = "^3.1.2"
|
openpyxl = "^3.1.2"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pynvim = "^0.4.3"
|
pynvim = "^0.5.0"
|
||||||
pyperclip = "^1.8.2"
|
pyperclip = "^1.8.2"
|
||||||
poethepoet = "^0.24.4"
|
poethepoet = "^0.24.4"
|
||||||
|
|
||||||
|
@ -26,6 +26,8 @@ build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
ignore = ["E402"]
|
ignore = ["E402"]
|
||||||
|
[tool.pyright]
|
||||||
|
typeCheckingMode="basic"
|
||||||
|
|
||||||
[tool.poe]
|
[tool.poe]
|
||||||
poetry_command = ""
|
poetry_command = ""
|
||||||
|
|
Loading…
Reference in a new issue