diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f4fc7f..364ecb3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,12 +21,12 @@ repos: hooks: - id: djhtml - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.0 + rev: v3.0.0-alpha.1 hooks: - id: prettier types_or: [javascript, css] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.24.0 + rev: v8.25.0 hooks: - id: eslint args: [--fix]