diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28572318e3..1598ad124e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: args: [--fix, auto] - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -24,7 +24,7 @@ repos: hooks: - id: isort - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.4.10" + rev: "v0.5.7" hooks: - id: ruff - repo: https://github.com/PyCQA/bandit @@ -35,7 +35,7 @@ repos: - "bandit[toml]" args: ["-c", "pyproject.toml"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.10.1" + rev: "v1.11.1" hooks: - id: mypy additional_dependencies: