diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 746fd08..a7b191c 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: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -9,7 +9,7 @@ repos: - id: debug-statements - id: check-ast - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.12" + rev: "v0.15.17" hooks: - id: ruff exclude: docs/source/conf.py|ipynb_filter.py @@ -17,7 +17,7 @@ repos: - id: ruff-format exclude: docs/source/conf.py|ipynb_filter.py - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.16.0" + rev: "v2.1.0" hooks: - id: mypy exclude: ipynb_filter.py|docs/source/conf.py @@ -26,6 +26,6 @@ repos: - pandas-stubs - types-psutil - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.9.1 hooks: - id: nbstripout