Skip to content

Commit

Permalink
Fix typos (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Sep 11, 2024
1 parent 85ac3b8 commit 782279e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/paddyroddy/.github
rev: v0.220.0
rev: v0.226.0
hooks:
- id: general-hooks
- id: python-hooks
11 changes: 11 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[type.py]
extend-ignore-re = [
"(?:=|>|<)\\s*color",
"\"(?:color\":\\s\"|ax\":\\s)",
"\\.Center\\(",
"\\w=\"center\"",
"ax(?:s?[,.]\\w|\\s*=\\s*\\w|,|\\[|:\\s\\w)",
"center=\\w",
"color(?:=\"|=\\w|\\.colors\\.|_range)",
"mpl\\.colors\\.",
]

0 comments on commit 782279e

Please sign in to comment.