diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b03d649dc..eb660983a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.7.0' + rev: 'v0.7.1' hooks: # Run the formatter. - id: ruff-format @@ -9,7 +9,7 @@ repos: - id: ruff args: [--fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.12.1' + rev: 'v1.13.0' hooks: - id: mypy additional_dependencies: ['polars==1.4.1', 'pytest==8.3.2'] @@ -40,7 +40,7 @@ repos: hooks: - id: nbstripout - repo: https://github.com/adamchainz/blacken-docs - rev: "1.19.0" # replace with latest tag on GitHub + rev: "1.19.1" # replace with latest tag on GitHub hooks: - id: blacken-docs args: [--skip-errors]