diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 862dd8ad..1fec3251 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.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,7 +11,7 @@ repos: - id: swiftlint args: [Source, test] - repo: https://github.com/nicklockwood/SwiftFormat - rev: 0.53.5 + rev: 0.53.7 hooks: - id: swiftformat - repo: https://github.com/codespell-project/codespell