File: limmat.toml

package info (click to toggle)
dulwich 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,388 kB
  • sloc: python: 99,991; makefile: 163; sh: 67
file content (25 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"