File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ include = [" pyproject.toml" , " .taplo.toml" ]
2+
3+ [formatting ]
4+ indent_string = " "
5+ array_auto_collapse = false
Original file line number Diff line number Diff line change @@ -104,5 +104,10 @@ flowchart TD
104104 review
105105```
106106
107+ ## Install [ taplo] ( https://taplo.tamasfe.dev/cli/installation/cargo.html ) (toml formatter)
108+
109+ TODO: adjust this when the major documentation changes are merged
110+
111+
107112
108113[ conventional-commits ] : https://www.conventionalcommits.org/
Original file line number Diff line number Diff line change @@ -255,6 +255,7 @@ all.sequence = [
255255 " lint" ,
256256 " cover" ,
257257 " check-commit" ,
258+ " setup-pre-commit" ,
258259]
259260
260261"doc:screenshots".help = " Render documentation screeenshots"
You can’t perform that action at this time.
0 commit comments