@yaegassy/coc-ruff
Advanced tools
+1
-1
| { | ||
| "name": "@yaegassy/coc-ruff", | ||
| "version": "0.7.6", | ||
| "version": "0.7.7", | ||
| "description": "ruff-lsp extension for coc.nvim", | ||
@@ -5,0 +5,0 @@ "author": "yaegassy <yosstools@gmail.com>", |
+6
-6
@@ -1,2 +0,2 @@ | ||
| # This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. | ||
| # This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. | ||
@@ -121,3 +121,3 @@ [[package]] | ||
| name = "ruff-lsp" | ||
| version = "0.0.57" | ||
| version = "0.0.58" | ||
| description = "A Language Server Protocol implementation for Ruff." | ||
@@ -127,4 +127,4 @@ optional = false | ||
| files = [ | ||
| {file = "ruff_lsp-0.0.57-py3-none-any.whl", hash = "sha256:0b63007c415a85200a18815a1367f207ceba51a20653b2a7bc63fe6cb4925cb5"}, | ||
| {file = "ruff_lsp-0.0.57.tar.gz", hash = "sha256:559b72ba460d0b90aab66ca11785b90ad8c6931509eb56db7dea2a8922bf41a8"}, | ||
| {file = "ruff_lsp-0.0.58-py3-none-any.whl", hash = "sha256:d59f420ef56a58497f646fef0f5b87d6518e3d63e02044e36677cbdc1f9b7717"}, | ||
| {file = "ruff_lsp-0.0.58.tar.gz", hash = "sha256:378db39955b32260473602b531dc6333d6686d1d8956673ef1c5203e08132032"}, | ||
| ] | ||
@@ -155,3 +155,3 @@ | ||
| lock-version = "2.0" | ||
| python-versions = ">=3.8,<3.13" | ||
| content-hash = "c339e9b43bdec40562997ce12cb49b723ad849f7b454e11a9bdfdcc44ac57c15" | ||
| python-versions = "^3.8" | ||
| content-hash = "455a6c6f9cbab7ff6552f9fa2e08cf3e51d6ec083adf360b59be6dcca04c6123" |
+2
-3
@@ -8,8 +8,7 @@ [tool.poetry] | ||
| [tool.poetry.dependencies] | ||
| python = ">=3.8,<3.13" | ||
| ruff-lsp = "0.0.57" | ||
| python = "^3.8" | ||
| ruff-lsp = "0.0.58" | ||
| [build-system] | ||
| requires = ["poetry-core"] | ||
| build-backend = "poetry.core.masonry.api" |
467553
0