diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63c54ba..dcf795a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,14 +22,14 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.4 + rev: v3.0.0-alpha.6 hooks: - id: prettier args: ["--prose-wrap=always"] exclude: ^\.github/pull_request_template\.md$ - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.4.2 + rev: v1.5.1 hooks: - id: remove-tabs