Skip to content

Commit 8b121d2

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent 38290b8 commit 8b121d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ repos:
2626
# Formatters: hooks that re-write Python and RST files
2727
########################################################################################
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.14.7
29+
rev: v0.14.8
3030
hooks:
3131
- id: ruff-check
3232
args: [--fix, --exit-non-zero-on-fix]
3333
- id: ruff-format
3434

3535
- repo: https://github.com/rbubley/mirrors-prettier
36-
rev: v3.7.3
36+
rev: v3.7.4
3737
hooks:
3838
- id: prettier
3939
types_or: [yaml]

0 commit comments

Comments
 (0)