We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d618ae commit 06a4bb2Copy full SHA for 06a4bb2
1 file changed
.pre-commit-config.yaml
@@ -72,7 +72,7 @@ repos:
72
exclude: docs/
73
- id: check-ast
74
- repo: https://github.com/adrienverge/yamllint.git
75
- rev: v1.37.1
+ rev: v1.38.0
76
hooks:
77
- id: yamllint
78
exclude: tests/optimagic/optimizers/_pounders/fixtures
@@ -89,7 +89,7 @@ repos:
89
- --blank
90
exclude: src/optimagic/optimization/algo_options.py
91
- repo: https://github.com/astral-sh/ruff-pre-commit
92
- rev: v0.14.10
+ rev: v0.14.14
93
94
# Run the linter.
95
- id: ruff
@@ -130,7 +130,7 @@ repos:
130
files: (docs/.)
131
exclude: docs/source/how_to/how_to_specify_algorithm_and_algo_options.md
132
- repo: https://github.com/kynan/nbstripout
133
- rev: 0.8.2
+ rev: 0.9.0
134
135
- id: nbstripout
136
exclude: |
0 commit comments