diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ff15a1..1450562 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v6.0.0 hooks: - id: check-case-conflict - repo: https://github.com/codespell-project/codespell - rev: "v2.2.1" + rev: "v2.4.1" hooks: - id: codespell args: ["-I", "codespell.txt"]