Skip to content

Commit a2dbad5

Browse files
committed
increase min. ruff version
1 parent 405be76 commit a2dbad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
requires-python = ">=3.7"
1414
license = {text = "MIT"}
1515
dependencies = [
16-
"ruff>=0.0.260",
16+
"ruff>=0.0.267",
1717
"python-lsp-server",
1818
"lsprotocol>=2022.0.0a1",
1919
"tomli>=1.1.0; python_version < '3.11'",

0 commit comments

Comments
 (0)