This commit is contained in:
Regen
2022-04-30 02:28:35 +09:00
committed by GitHub
parent 4dec2f5afa
commit 6a3140f105
6 changed files with 115 additions and 521 deletions

View File

@@ -27,7 +27,6 @@ importlib-metadata = {version = "^4.8", python = "<3.8"}
pytest = "^6.2"
pytest-datadir = "^1.3"
pytest-cov = "^2.11"
pysen = {version = "^0.9", extras = ["lint"]}
[tool.poetry.scripts]
cmake-format = "cmake_language_server.formatter:main"
@@ -38,7 +37,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pysen]
version = "0.9"
version = "0.10"
[tool.pysen.lint]
enable_black = true