Skip to content

Commit be382fb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/kynan/nbstripout: 0.8.2 → 0.9.0](kynan/nbstripout@0.8.2...0.9.0)
1 parent 2d618ae commit be382fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ repos:
7272
exclude: docs/
7373
- id: check-ast
7474
- repo: https://github.com/adrienverge/yamllint.git
75-
rev: v1.37.1
75+
rev: v1.38.0
7676
hooks:
7777
- id: yamllint
7878
exclude: tests/optimagic/optimizers/_pounders/fixtures
@@ -89,7 +89,7 @@ repos:
8989
- --blank
9090
exclude: src/optimagic/optimization/algo_options.py
9191
- repo: https://github.com/astral-sh/ruff-pre-commit
92-
rev: v0.14.10
92+
rev: v0.14.14
9393
hooks:
9494
# Run the linter.
9595
- id: ruff
@@ -130,7 +130,7 @@ repos:
130130
files: (docs/.)
131131
exclude: docs/source/how_to/how_to_specify_algorithm_and_algo_options.md
132132
- repo: https://github.com/kynan/nbstripout
133-
rev: 0.8.2
133+
rev: 0.9.0
134134
hooks:
135135
- id: nbstripout
136136
exclude: |

0 commit comments

Comments
 (0)