commit 2f089ab7a51258b3b7d9e617562f6ec400b8b30a from: Jelmer Vernooij via: GitHub date: Mon Nov 25 14:39:15 2024 UTC Add limmat config (#1455) commit - c329e989d16003914f1d8b0af925dd2de571deff commit + 2f089ab7a51258b3b7d9e617562f6ec400b8b30a blob - /dev/null blob + 7768dd1b5ae1f454d9bfdc0e4da4f4ef6a2e3b86 (mode 644) --- /dev/null +++ limmat.toml @@ -0,0 +1,25 @@ +# Check that the formatting is correct +[[tests]] +name = "fmt" +command = "cargo fmt --check" + +[[tests]] +name = "typing" +command = "mypy dulwich" + +[[tests]] +name = "ruff-check" +command = "ruff check ." + +[[tests]] +name = "ruff-format" +command = "ruff format --check ." + +[[tests]] +name = "codespell" +command = "codespell --config=.codespellrc ." + +# Validate disperse config +[[tests]] +name = "disperse" +command = "disperse validate"