We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647f604 commit 16a073dCopy full SHA for 16a073d
1 file changed
justfile
@@ -28,8 +28,8 @@ mypy:
28
29
# Run typos spell checker
30
typos:
31
- typos .
+ typos --config typos.toml .
32
33
# Fix typos
34
typos-fix:
35
- typos --write-changes .
+ typos --config typos.toml --write-changes .
0 commit comments