diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b67bd20..9b0819c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ ci: repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.2.0 + rev: v4.0.0 hooks: - id: conventional-pre-commit stages: [commit-msg] @@ -36,7 +36,7 @@ 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 @@ -81,7 +81,7 @@ repos: - id: docformatter - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.9.1 hooks: - id: nbqa-check-ast - id: nbqa-mypy @@ -89,17 +89,17 @@ repos: - id: nbqa-pyupgrade - repo: https://github.com/bwhmather/ssort - rev: 0.12.4 + rev: 0.14.0 hooks: - id: ssort - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.19.1 hooks: - id: pyupgrade - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.10.0 hooks: - id: black - id: black-jupyter @@ -112,13 +112,13 @@ repos: args: ["--profile=black"] - repo: https://github.com/PyCQA/pylint - rev: v3.1.0 + rev: v3.3.3 hooks: - id: pylint args: ["--rcfile=pyproject.toml"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.14.1 hooks: - id: mypy args: @@ -126,7 +126,7 @@ repos: exclude: "tests" - repo: https://github.com/PyCQA/bandit - rev: 1.7.8 + rev: 1.8.0 hooks: - id: bandit exclude: "^tests/" @@ -134,7 +134,7 @@ repos: - "-r" - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.1 hooks: - id: nbstripout