Skip to content

Commit e2b1c54

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/docformatter: eb1df34 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.2...v0.8.6) - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.21](hukkin/mdformat@0.7.18...0.7.21) - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.21](hukkin/mdformat@0.7.18...0.7.21) - [github.com/kynan/nbstripout: 0.8.0 → 0.8.1](kynan/nbstripout@0.8.0...0.8.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent 15ac4c2 commit e2b1c54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ repos:
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.7.2
83+
rev: v0.8.6
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.18
100+
rev: 0.7.21
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.18
112+
rev: 0.7.21
113113
hooks:
114114
- id: mdformat
115115
additional_dependencies:
@@ -121,7 +121,7 @@ repos:
121121
files: (docs/.)
122122
exclude: docs/source/how_to/how_to_specify_algorithm_and_algo_options.md
123123
- repo: https://github.com/kynan/nbstripout
124-
rev: 0.8.0
124+
rev: 0.8.1
125125
hooks:
126126
- id: nbstripout
127127
exclude: |
@@ -132,7 +132,7 @@ repos:
132132
args:
133133
- --drop-empty-cells
134134
- repo: https://github.com/pre-commit/mirrors-mypy
135-
rev: v1.13.0
135+
rev: v1.14.1
136136
hooks:
137137
- id: mypy
138138
files: src|tests

0 commit comments

Comments
 (0)