Skip to content

Commit 3d4e927

Browse files
committed
docs(taplo): add toml formatter
1 parent 9420b44 commit 3d4e927

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.taplo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include = ["pyproject.toml", ".taplo.toml"]
2+
3+
[formatting]
4+
indent_string = " "
5+
array_auto_collapse = false

docs/contributing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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/

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)