fromozu commited on
Commit
98e55c0
·
verified ·
1 Parent(s): b47d071

Upload bilingual_book_maker/typos.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. bilingual_book_maker/typos.toml +8 -0
bilingual_book_maker/typos.toml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # See https://github.com/crate-ci/typos/blob/master/docs/reference.md to configure typos
2
+ [default.extend-words]
3
+ sur = "sur"
4
+ banch = "banch" # TODO: not sure if this is a typo or not
5
+ fo = "fo"
6
+ ba = "ba"
7
+ [files]
8
+ extend-exclude = ["LICENSE"]