diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b53d128..1d35989 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -17,23 +17,23 @@ repos: - id: trailing-whitespace - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: text-unicode-replacement-char - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.4 + rev: v4.0.0-alpha.8 hooks: - id: prettier exclude: ^pkg/.+\.json$ - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.3.1 + rev: v1.5.4 hooks: - id: remove-tabs - repo: https://github.com/sirosen/texthooks - rev: 0.4.0 + rev: 0.6.3 hooks: - id: fix-smartquotes - id: fix-spaces @@ -47,7 +47,7 @@ repos: args: ["--input=src", "--output=pkg", "--copy=(manifest|modded_config)"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.19.2 + rev: 0.27.3 hooks: - id: check-github-workflows