diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7e76126..e0848eb8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: trailing-whitespace - id: check-merge-conflict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.5.6 hooks: - id: ruff args: [--fix] @@ -33,7 +33,7 @@ repos: - id: jupyter-notebook-cleanup exclude: examples/solve-on-remote.ipynb - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.11.1 hooks: - id: mypy files: ^(linopy|test)/