Skip to content

Commit

Permalink
fix: adjust the regex for matching typos to make it more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
Yilun-Sun committed Mar 26, 2024
1 parent b611059 commit fe906ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _typos.toml
@@ -1,2 +1,2 @@
[default]
extend-ignore-re = ["\\(\\[([a-z0-9]{7})\\]\\("]
extend-ignore-re = ["\\(\\[([A-Fa-f0-9]{7})\\]\\("]

0 comments on commit fe906ae

Please sign in to comment.