Skip to content

Commit 9c0ccf6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21)
1 parent afce651 commit 9c0ccf6

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
@@ -26,15 +26,15 @@ repos:
2626
additional_dependencies: ["tomli"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.8.1
29+
rev: v0.8.6
3030
hooks:
3131
# Run the linter.
3232
- id: ruff
3333
args: [ --fix ]
3434
# Run the formatter.
3535
- id: ruff-format
3636
- repo: https://github.com/executablebooks/mdformat
37-
rev: 0.7.19
37+
rev: 0.7.21
3838
hooks:
3939
- id: mdformat
4040
args: ["--wrap=80"]

0 commit comments

Comments
 (0)