diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc62dcb..349994f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ ci: minimum_pre_commit_version: 2.9.0 # types_or repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.1.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -27,7 +27,7 @@ repos: - id: check-executables-have-shebangs - id: check-merge-conflict - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.6 hooks: - id: codespell exclude: > @@ -36,11 +36,11 @@ repos: )$ - repo: https://github.com/pre-commit/mirrors-prettier # keep it before markdownlint and eslint - rev: "v2.5.1" + rev: "v4.0.0-alpha.8" hooks: - id: prettier - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.7.0 + rev: v9.0.0-rc.0 hooks: - id: eslint args: