Skip to content

Commit

Permalink
Add limmat config
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Nov 25, 2024
1 parent 3878e14 commit 50a2482
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions limmat.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 50a2482

Please sign in to comment.