Loading .config/mise/config.toml +5 −2 Original line number Diff line number Diff line [tools] "aqua:steveyegge/beads" = "latest" ruff = "latest" ty = "latest" [tasks.default] run = "mise tasks" Loading @@ -11,7 +13,8 @@ run = "mise up" [tasks.format] description = "Format source code and tests" run = [ "undersort src/ tests/ --exclude .config/", "uv run undersort src/ tests/ --exclude .config/", "ruff check --select I --fix", # isort-equivalent sorting of imports "ruff format src/ tests/ --exclude .config", ] Loading pyproject.toml +0 −5 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ dependencies = [ ] [project.urls] Homepage = "https://Jan-Reimes_HEAD.github.io/tdoc-crawler/" Repository = "https://forge.3gpp.org/rep/reimes/tdoc-crawler" Loading @@ -42,17 +41,13 @@ dev = [ "pre-commit>=2.20.0", "tox-uv>=1.11.3", "deptry>=0.23.0", "ty>=0.0.1a16", "pytest-cov>=4.0.0", "ruff>=0.11.5", "mkdocs>=1.4.2", "mkdocs-material>=8.5.10", "mkdocstrings[python]>=0.26.1", "pytest-asyncio>=1.2.0", "mdformat>=1.0.0", "isort>=7.0.0", "undersort>=0.1.5", "beads-mcp>=0.44.0", "specify-cli", ] Loading Loading
.config/mise/config.toml +5 −2 Original line number Diff line number Diff line [tools] "aqua:steveyegge/beads" = "latest" ruff = "latest" ty = "latest" [tasks.default] run = "mise tasks" Loading @@ -11,7 +13,8 @@ run = "mise up" [tasks.format] description = "Format source code and tests" run = [ "undersort src/ tests/ --exclude .config/", "uv run undersort src/ tests/ --exclude .config/", "ruff check --select I --fix", # isort-equivalent sorting of imports "ruff format src/ tests/ --exclude .config", ] Loading
pyproject.toml +0 −5 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ dependencies = [ ] [project.urls] Homepage = "https://Jan-Reimes_HEAD.github.io/tdoc-crawler/" Repository = "https://forge.3gpp.org/rep/reimes/tdoc-crawler" Loading @@ -42,17 +41,13 @@ dev = [ "pre-commit>=2.20.0", "tox-uv>=1.11.3", "deptry>=0.23.0", "ty>=0.0.1a16", "pytest-cov>=4.0.0", "ruff>=0.11.5", "mkdocs>=1.4.2", "mkdocs-material>=8.5.10", "mkdocstrings[python]>=0.26.1", "pytest-asyncio>=1.2.0", "mdformat>=1.0.0", "isort>=7.0.0", "undersort>=0.1.5", "beads-mcp>=0.44.0", "specify-cli", ] Loading