diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5f75f56..14bc630e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.1" + rev: "v3.0.3" hooks: - id: prettier exclude: "^(tests/data/golden|src/talondoc/_cache_builtin/resources|)s" @@ -42,7 +42,7 @@ repos: hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.4.1" + rev: "v1.5.1" hooks: - id: mypy args: ["--config-file", "pyproject.toml"]