diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7348f03..1d98813 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v5.0.0" + rev: "v6.0.0" hooks: - id: check-merge-conflict - id: debug-statements @@ -22,7 +22,7 @@ repos: - id: check-toml - repo: https://github.com/PyCQA/flake8 - rev: "7.1.2" + rev: "7.3.0" hooks: - id: flake8 args: [--config=.flake8, '--ignore=FCN001,W503'] @@ -38,18 +38,18 @@ repos: - id: detect-secrets - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.10 + rev: v0.14.2 hooks: - id: ruff - id: ruff-format - repo: https://github.com/gitleaks/gitleaks - rev: v8.24.0 + rev: v8.28.0 hooks: - id: gitleaks - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.18.2 hooks: - id: mypy additional_dependencies: ["types-PyYAML", "types-requests"]