Skip to content

Commit 771ab61

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.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [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/pre-commit/mirrors-mypy: v1.14.1 → v1.18.2](pre-commit/mirrors-mypy@v1.14.1...v1.18.2)
1 parent 10a0711 commit 771ab61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.3
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:
@@ -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.18.2
145145
hooks:
146146
- id: mypy
147147
files: src|tests

0 commit comments

Comments
 (0)