diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bee561..c17bc60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,9 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks -default_stages: [commit, push, manual] +default_stages: [pre-commit, pre-push, manual] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -21,7 +21,7 @@ repos: - id: pretty-format-json - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.4.0 hooks: - id: codespell exclude: | @@ -33,7 +33,7 @@ repos: - "inout" - repo: https://github.com/realm/SwiftLint - rev: 0.54.0 + rev: 0.58.2 hooks: - id: swiftlint entry: swiftlint --config .swiftlint.yaml