diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9cd6a500..3a53dc698 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,12 +63,12 @@ repos: exclude: docs/ - id: check-ast - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.0 hooks: - id: yamllint exclude: tests/optimagic/optimizers/_pounders/fixtures - repo: https://github.com/PyCQA/docformatter - rev: eb1df34 + rev: v1.7.5 hooks: - id: docformatter args: @@ -80,7 +80,7 @@ repos: - --blank exclude: src/optimagic/optimization/algo_options.py - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.11.4 hooks: # Run the linter. - id: ruff @@ -97,7 +97,7 @@ repos: - pyi - jupyter - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: @@ -109,7 +109,7 @@ repos: - '88' files: (README\.md) - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: @@ -132,7 +132,7 @@ repos: args: - --drop-empty-cells - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.15.0 hooks: - id: mypy files: src|tests