@yaegassy/coc-ruff
Advanced tools
+1
-1
| { | ||
| "name": "@yaegassy/coc-ruff", | ||
| "version": "0.7.8", | ||
| "version": "0.7.9", | ||
| "description": "ruff-lsp extension for coc.nvim", | ||
@@ -5,0 +5,0 @@ "author": "yaegassy <yosstools@gmail.com>", |
+16
-6
@@ -1,2 +0,2 @@ | ||
| # This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. | ||
| # This file is automatically @generated by Poetry 2.0.0 and should not be changed by hand. | ||
@@ -9,2 +9,3 @@ [[package]] | ||
| python-versions = ">=3.6" | ||
| groups = ["main"] | ||
| files = [ | ||
@@ -28,2 +29,3 @@ {file = "attrs-22.2.0-py3-none-any.whl", hash = "sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836"}, | ||
| python-versions = ">=3.7" | ||
| groups = ["main"] | ||
| files = [ | ||
@@ -44,2 +46,4 @@ {file = "cattrs-22.2.0-py3-none-any.whl", hash = "sha256:bc12b1f0d000b9f9bee83335887d532a1d3e99a833d1bf0882151c97d3e68c21"}, | ||
| python-versions = ">=3.7" | ||
| groups = ["main"] | ||
| markers = "python_version < \"3.11\"" | ||
| files = [ | ||
@@ -59,2 +63,3 @@ {file = "exceptiongroup-1.1.0-py3-none-any.whl", hash = "sha256:327cbda3da756e2de031a3107b81ab7b3770a602c4d16ca618298c526f4bec1e"}, | ||
| python-versions = ">=3.7" | ||
| groups = ["main"] | ||
| files = [ | ||
@@ -75,2 +80,3 @@ {file = "lsprotocol-2023.0.0-py3-none-any.whl", hash = "sha256:e85fc87ee26c816adca9eb497bb3db1a7c79c477a11563626e712eaccf926a05"}, | ||
| python-versions = ">=3.7" | ||
| groups = ["main"] | ||
| files = [ | ||
@@ -87,2 +93,3 @@ {file = "packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7"}, | ||
| python-versions = ">=3.7.9,<4" | ||
| groups = ["main"] | ||
| files = [ | ||
@@ -105,2 +112,3 @@ {file = "pygls-1.2.1-py3-none-any.whl", hash = "sha256:7dcfcf12b6f15beb606afa46de2ed348b65a279c340ef2242a9a35c22eeafe94"}, | ||
| python-versions = ">=3.7" | ||
| groups = ["main"] | ||
| files = [ | ||
@@ -128,9 +136,10 @@ {file = "ruff-0.0.274-py3-none-macosx_10_7_x86_64.whl", hash = "sha256:6d7069157a5674be8090c7d89fa69dbb2478f333a80b1312d20ade2a870cca3e"}, | ||
| name = "ruff-lsp" | ||
| version = "0.0.59" | ||
| version = "0.0.60" | ||
| description = "A Language Server Protocol implementation for Ruff." | ||
| optional = false | ||
| python-versions = ">=3.7" | ||
| groups = ["main"] | ||
| files = [ | ||
| {file = "ruff_lsp-0.0.59-py3-none-any.whl", hash = "sha256:16a094b9566f9e2c8a22183313f1439b4007f6fc2b747c80ac3874dfe8c348b3"}, | ||
| {file = "ruff_lsp-0.0.59.tar.gz", hash = "sha256:340a9d42b6fbdbc09f6a5c6d641bd4fa1e7f51868427467109a1331955c52754"}, | ||
| {file = "ruff_lsp-0.0.60-py3-none-any.whl", hash = "sha256:6a6078b5c8333dc1f5a24e0adce769a27dc0ab49cd6249436b0904bc14a39a04"}, | ||
| {file = "ruff_lsp-0.0.60.tar.gz", hash = "sha256:f92e924914c5db8e3b5bd3c0dae662952b05fd32bd3fc598d463078acd90c191"}, | ||
| ] | ||
@@ -154,2 +163,3 @@ | ||
| python-versions = ">=3.7" | ||
| groups = ["main"] | ||
| files = [ | ||
@@ -161,4 +171,4 @@ {file = "typing_extensions-4.4.0-py3-none-any.whl", hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"}, | ||
| [metadata] | ||
| lock-version = "2.0" | ||
| lock-version = "2.1" | ||
| python-versions = "^3.8" | ||
| content-hash = "ab4a0d572ebd93053845435547b5cbdf3707d72c62a8d2d281f0eface7dba912" | ||
| content-hash = "000759655da3eb194bece5397bb48b91dbb884af59cf01c38ac6164f6fdf16a8" |
+1
-1
@@ -9,3 +9,3 @@ [tool.poetry] | ||
| python = "^3.8" | ||
| ruff-lsp = "0.0.59" | ||
| ruff-lsp = "0.0.60" | ||
@@ -12,0 +12,0 @@ [build-system] |
467753
0.04%