Skip to content

Commit 7032942

Browse files
committed
Hotfix: disable typos formatter
Until we figure out a way to exclude code blocks or exclude names/phrases.
1 parent 80ed571 commit 7032942

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

treefmt.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ excludes = []
55
includes = ["*.md"]
66
options = ["--extensions", "gfm", "--extensions", "footnote", "--extensions", "myst"]
77

8-
[formatter.typos]
9-
command = "typos"
10-
excludes = []
11-
includes = ["*.md"]
12-
options = ["--write-changes"]
8+
# TODO: figure out how to exclude certain phrases and disable on code blocks
9+
# [formatter.typos]
10+
# command = "typos"
11+
# excludes = []
12+
# includes = ["*.md"]
13+
# options = ["--write-changes"]

0 commit comments

Comments
 (0)