File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ version = "0.1.0"
88[tasks ]
99build = " sphinx-build source build"
1010build-single = { cmd = " sphinx-build source build" , env = { TEST_PACKAGES = " snakemake-executor-plugin-cluster-generic" } }
11- qc = { cmd = " ruff format --check && ruff check" , default-environment = " style" }
1211
1312[dependencies ]
1413sphinx = " >=8.2.3,<9"
@@ -37,8 +36,13 @@ _style-python = "ruff format && ruff check --fix"
3736_style-md = " fd . --type file --extension md --exec mdformat --wrap 80"
3837_style-toml = " tombi format ./"
3938
39+ _lint-python = " ruff format --check && ruff check"
40+
4041style = { depends-on = [" _style-md" , " _style-python" , " _style-toml" ] }
4142apply-qc = " style"
4243
44+ lint = { depends-on = [" _lint-python" ] }
45+ qc = " lint"
46+
4347[environments ]
4448style = { features = [" style" ], no-default-feature = true }
You can’t perform that action at this time.
0 commit comments