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
104
104
review
105
105
```
106
106
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
+
107
112
108
113
[ conventional-commits ] : https://www.conventionalcommits.org/
Original file line number Diff line number Diff line change @@ -255,6 +255,7 @@ all.sequence = [
255
255
" lint" ,
256
256
" cover" ,
257
257
" check-commit" ,
258
+ " setup-pre-commit" ,
258
259
]
259
260
260
261
"doc:screenshots".help = " Render documentation screeenshots"
You can’t perform that action at this time.
0 commit comments