From 09285e01c1fe597f667fc839e2d3a819c61e4716 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 1 Oct 2024 11:12:59 +0100 Subject: [PATCH] American spelling (#254) --- .pre-commit-config.yaml | 2 +- .typos.toml | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .typos.toml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e090edf..0773b7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/paddyroddy/.github - rev: v0.223.0 + rev: v0.227.0 hooks: - id: general-hooks - id: python-hooks diff --git a/.typos.toml b/.typos.toml deleted file mode 100644 index 9379045..0000000 --- a/.typos.toml +++ /dev/null @@ -1,12 +0,0 @@ -[type.json5] -extend-glob = [ - "*.json5", -] -extend-ignore-re = [ - "actions/(?:\\w+-)+artifact", -] - -[type.yaml] -extend-ignore-re = [ - "--color", -]