diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df371c5..6c4a780 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -8,12 +8,12 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.17.1 hooks: - id: mypy additional_dependencies: @@ -24,7 +24,7 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.289" + rev: "v0.12.8" hooks: - id: ruff @@ -34,19 +34,19 @@ repos: - id: poetry-check - repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs - rev: v1.1.0 + rev: v1.1.2 hooks: - id: markdown-toc - repo: https://github.com/compilerla/conventional-pre-commit - rev: "v2.3.0" + rev: "v4.2.0" hooks: - id: conventional-pre-commit stages: [commit-msg] args: [] - repo: https://github.com/PyCQA/bandit - rev: '1.7.4' + rev: '1.8.6' hooks: - id: bandit args: ["-c", "pyproject.toml"]