diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce69e5dd..fdc334ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ exclude: > )$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -31,7 +31,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.13.3 + rev: v8.15.2 hooks: - id: cspell - repo: https://github.com/pycqa/isort @@ -39,12 +39,12 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.13.0 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -70,7 +70,7 @@ repos: - xxhash - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.3" + rev: "v0.7.2" hooks: - id: ruff args: [ @@ -87,7 +87,7 @@ repos: ] - repo: https://github.com/pycqa/pylint - rev: v3.2.7 + rev: v3.3.1 hooks: - id: pylint args: