diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 43189318..c2aada1c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: ".*\\.asdf$" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-ast @@ -28,7 +28,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: ["--write-changes"] @@ -36,13 +36,13 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.2.2" + rev: "v0.5.5" hooks: - id: ruff args: ["--fix", "--show-fixes"] exclude: "scripts/strun" - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.4.2 hooks: - id: black