diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1462775c10..f93f3b19d2 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.4.8' + rev: 'v0.5.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.10.0' + rev: 'v1.10.1' hooks: - id: mypy additional_dependencies: ['polars==0.20.10', 'pytest==8.0.1']