Skip to content

Commit 176d480

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.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1) - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.19](hukkin/mdformat@0.7.18...0.7.19) - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.19](hukkin/mdformat@0.7.18...0.7.19) - [github.com/kynan/nbstripout: 0.8.0 → 0.8.1](kynan/nbstripout@0.8.0...0.8.1)
1 parent 15ac4c2 commit 176d480

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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.1
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.19
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.19
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: |

0 commit comments

Comments
 (0)