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", -]