From 77691a2535722d5cfae38732e7756a4c8c15b393 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 1 Oct 2024 11:11:37 +0100 Subject: [PATCH] American spelling --- .pre-commit-config.yaml | 2 +- .typos.toml | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .typos.toml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35fb4509..f93cd4d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/paddyroddy/.github - rev: v0.226.0 + rev: v0.229.0 hooks: - id: general-hooks - id: python-hooks diff --git a/.typos.toml b/.typos.toml deleted file mode 100644 index f6b91354..00000000 --- a/.typos.toml +++ /dev/null @@ -1,11 +0,0 @@ -[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\\.", -]