Skip to content

Commit 489f040

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0) - [github.com/PyCQA/docformatter: eb1df34 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.2...v0.11.4) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
1 parent ae98a40 commit 489f040

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
@@ -63,12 +63,12 @@ repos:
6363
exclude: docs/
6464
- id: check-ast
6565
- repo: https://github.com/adrienverge/yamllint.git
66-
rev: v1.35.1
66+
rev: v1.37.0
6767
hooks:
6868
- id: yamllint
6969
exclude: tests/optimagic/optimizers/_pounders/fixtures
7070
- repo: https://github.com/PyCQA/docformatter
71-
rev: eb1df34
71+
rev: v1.7.5
7272
hooks:
7373
- id: docformatter
7474
args:
@@ -80,7 +80,7 @@ repos:
8080
- --blank
8181
exclude: src/optimagic/optimization/algo_options.py
8282
- repo: https://github.com/astral-sh/ruff-pre-commit
83-
rev: v0.9.2
83+
rev: v0.11.4
8484
hooks:
8585
# Run the linter.
8686
- id: ruff
@@ -97,7 +97,7 @@ repos:
9797
- pyi
9898
- jupyter
9999
- repo: https://github.com/executablebooks/mdformat
100-
rev: 0.7.21
100+
rev: 0.7.22
101101
hooks:
102102
- id: mdformat
103103
additional_dependencies:
@@ -109,7 +109,7 @@ repos:
109109
- '88'
110110
files: (README\.md)
111111
- repo: https://github.com/executablebooks/mdformat
112-
rev: 0.7.21
112+
rev: 0.7.22
113113
hooks:
114114
- id: mdformat
115115
additional_dependencies:
@@ -132,7 +132,7 @@ repos:
132132
args:
133133
- --drop-empty-cells
134134
- repo: https://github.com/pre-commit/mirrors-mypy
135-
rev: v1.14.1
135+
rev: v1.15.0
136136
hooks:
137137
- id: mypy
138138
files: src|tests

0 commit comments

Comments
 (0)