We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4fce7c + 0ac82d0 commit ef45193Copy full SHA for ef45193
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: check-useless-excludes
7
# - id: identity # Prints all files passed to pre-commits. Debugging.
8
- repo: https://github.com/lyz-code/yamlfix
9
- rev: 1.17.0
+ rev: 1.18.0
10
hooks:
11
- id: yamlfix
12
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.12.11
+ rev: v0.13.3
93
94
# Run the linter.
95
- id: ruff
0 commit comments