diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4066c1d..a5eea38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ ci: autoupdate_schedule: quarterly -default_stages: [commit] +default_stages: [pre-commit] default_install_hook_types: [pre-commit, commit-msg] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-case-conflict - id: check-symlinks @@ -28,14 +28,14 @@ repos: - svelte - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell - stages: [commit, commit-msg] + stages: [pre-commit, commit-msg] args: [--check-filenames] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.56.0 + rev: v9.17.0 hooks: - id: eslint types: [file]