Skip to content

Commit 16a073d

Browse files
committed
chore: add --config typos.toml to just commands
1 parent 647f604 commit 16a073d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ mypy:
2828

2929
# Run typos spell checker
3030
typos:
31-
typos .
31+
typos --config typos.toml .
3232

3333
# Fix typos
3434
typos-fix:
35-
typos --write-changes .
35+
typos --config typos.toml --write-changes .

0 commit comments

Comments
 (0)