[gemma4] make pytest and linters happy

This commit is contained in:
2026-06-19 11:29:36 +02:00
parent f56a94e35e
commit 6459d63f2b
5 changed files with 21 additions and 23 deletions
+5 -4
View File
@@ -11,7 +11,7 @@ dependencies = [
]
requires-python = ">= 3.11"
[project.optional-dependencies]
[dependency-groups]
dev = [
"black",
"mypy",
@@ -30,14 +30,15 @@ requires = [
skillls = "skillls.main:main"
[tools.black]
[tool.black]
line-length = 100
target-version = "py311"
include = "skillls"
[tools.ruff]
[tool.ruff]
line-length = 100
include = ['ALL']
target-version = "py311"
include = ["pyproject.toml", "skillls/**/*.py"]
[tool.uv.sources]
tree-sitter-skill = { git = "ssh://git@git.acereca.net/acereca/tree-sitter-skill.git" }