Skip to content

Commit 315bffc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/lyz-code/yamlfix: 1.18.0 → 1.19.0](lyz-code/yamlfix@1.18.0...1.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.13.3...v0.14.7) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.19.0](pre-commit/mirrors-mypy@v1.14.1...v1.19.0)
1 parent a64713d commit 315bffc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: check-useless-excludes
77
# - id: identity # Prints all files passed to pre-commits. Debugging.
88
- repo: https://github.com/lyz-code/yamlfix
9-
rev: 1.18.0
9+
rev: 1.19.0
1010
hooks:
1111
- id: yamlfix
1212
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.13.3
92+
rev: v0.14.7
9393
hooks:
9494
# Run the linter.
9595
- id: ruff
@@ -106,7 +106,7 @@ repos:
106106
- pyi
107107
- jupyter
108108
- repo: https://github.com/executablebooks/mdformat
109-
rev: 0.7.22
109+
rev: 1.0.0
110110
hooks:
111111
- id: mdformat
112112
additional_dependencies:
@@ -118,7 +118,7 @@ repos:
118118
- '88'
119119
files: (README\.md)
120120
- repo: https://github.com/executablebooks/mdformat
121-
rev: 0.7.22
121+
rev: 1.0.0
122122
hooks:
123123
- id: mdformat
124124
additional_dependencies:
@@ -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.1
133+
rev: 0.8.2
134134
hooks:
135135
- id: nbstripout
136136
exclude: |
@@ -141,7 +141,7 @@ repos:
141141
args:
142142
- --drop-empty-cells
143143
- repo: https://github.com/pre-commit/mirrors-mypy
144-
rev: v1.14.1
144+
rev: v1.19.0
145145
hooks:
146146
- id: mypy
147147
files: src|tests

0 commit comments

Comments
 (0)