Skip to content

Commit ef56201

Browse files
[pre-commit.ci] pre-commit autoupdate (#557)
1 parent ca5af7b commit ef56201

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repos:
6262
exclude: docs/
6363
- id: check-ast
6464
- repo: https://github.com/adrienverge/yamllint.git
65-
rev: v1.35.1
65+
rev: v1.37.1
6666
hooks:
6767
- id: yamllint
6868
exclude: tests/optimagic/optimizers/_pounders/fixtures
@@ -79,7 +79,7 @@ repos:
7979
- --blank
8080
exclude: src/optimagic/optimization/algo_options.py
8181
- repo: https://github.com/astral-sh/ruff-pre-commit
82-
rev: v0.9.2
82+
rev: v0.11.8
8383
hooks:
8484
# Run the linter.
8585
- id: ruff
@@ -96,7 +96,7 @@ repos:
9696
- pyi
9797
- jupyter
9898
- repo: https://github.com/executablebooks/mdformat
99-
rev: 0.7.21
99+
rev: 0.7.22
100100
hooks:
101101
- id: mdformat
102102
additional_dependencies:
@@ -108,7 +108,7 @@ repos:
108108
- '88'
109109
files: (README\.md)
110110
- repo: https://github.com/executablebooks/mdformat
111-
rev: 0.7.21
111+
rev: 0.7.22
112112
hooks:
113113
- id: mdformat
114114
additional_dependencies:
@@ -131,7 +131,7 @@ repos:
131131
args:
132132
- --drop-empty-cells
133133
- repo: https://github.com/pre-commit/mirrors-mypy
134-
rev: v1.14.1
134+
rev: v1.15.0
135135
hooks:
136136
- id: mypy
137137
files: src|tests

0 commit comments

Comments
 (0)