diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65d62d0..c6f7749 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ exclude: | repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: ['--maxkb=25'] @@ -37,7 +37,7 @@ repos: - id: python-use-type-annotations - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.4 + rev: v0.12.10 hooks: - id: ruff args: [--config, pyproject.toml, hooks, tests] @@ -69,7 +69,7 @@ repos: args: [--wrap, "88"] files: (docs/.) - repo: https://github.com/crate-ci/typos - rev: v1.34.0 + rev: v1 hooks: - id: typos - repo: meta