Skip to content

Commit 70d4604

Browse files
authored
Merge pull request #73 from cvxgrp/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 61c8007 + c03b218 commit 70d4604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ repos:
88
- id: check-yaml
99

1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: 'v0.9.2'
11+
rev: 'v0.9.3'
1212
hooks:
1313
- id: ruff
1414
args: [ --fix, --exit-non-zero-on-fix ]
1515
# Run the formatter
1616
- id: ruff-format
1717

1818
- repo: https://github.com/igorshubovych/markdownlint-cli
19-
rev: v0.43.0
19+
rev: v0.44.0
2020
hooks:
2121
- id: markdownlint-fix
2222

0 commit comments

Comments
 (0)