Skip to content

Commit 90d1816

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [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.8](astral-sh/ruff-pre-commit@v0.9.2...v0.11.8) - [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 1b0b162 commit 90d1816

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
@@ -62,12 +62,12 @@ 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
6969
- repo: https://github.com/PyCQA/docformatter
70-
rev: eb1df34
70+
rev: v1.7.5
7171
hooks:
7272
- id: docformatter
7373
args:
@@ -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)