Blame


1 2f089ab7 2024-11-25 noreply # Check that the formatting is correct
2 2f089ab7 2024-11-25 noreply [[tests]]
3 2f089ab7 2024-11-25 noreply name = "fmt"
4 2f089ab7 2024-11-25 noreply command = "cargo fmt --check"
5 2f089ab7 2024-11-25 noreply
6 2f089ab7 2024-11-25 noreply [[tests]]
7 2f089ab7 2024-11-25 noreply name = "typing"
8 2f089ab7 2024-11-25 noreply command = "mypy dulwich"
9 2f089ab7 2024-11-25 noreply
10 2f089ab7 2024-11-25 noreply [[tests]]
11 2f089ab7 2024-11-25 noreply name = "ruff-check"
12 2f089ab7 2024-11-25 noreply command = "ruff check ."
13 2f089ab7 2024-11-25 noreply
14 2f089ab7 2024-11-25 noreply [[tests]]
15 2f089ab7 2024-11-25 noreply name = "ruff-format"
16 2f089ab7 2024-11-25 noreply command = "ruff format --check ."
17 2f089ab7 2024-11-25 noreply
18 2f089ab7 2024-11-25 noreply [[tests]]
19 2f089ab7 2024-11-25 noreply name = "codespell"
20 2f089ab7 2024-11-25 noreply command = "codespell --config=.codespellrc ."
21 2f089ab7 2024-11-25 noreply
22 2f089ab7 2024-11-25 noreply # Validate disperse config
23 2f089ab7 2024-11-25 noreply [[tests]]
24 2f089ab7 2024-11-25 noreply name = "disperse"
25 2f089ab7 2024-11-25 noreply command = "disperse validate"