diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 872d5fd62..2310aed30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.8.6 hooks: - id: ruff # Run the linter. args: [--fix, --exit-non-zero-on-fix] - id: ruff-format # Run the formatter. - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.14.0" + rev: "v1.14.1" hooks: - id: mypy additional_dependencies: [types-jsonschema, xarray, types-tabulate, numpy==2.1.3]