Skip to content

Commit 2027ef3

Browse files
[pre-commit.ci] pre-commit autoupdate (#1)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.9.7](astral-sh/ruff-pre-commit@v0.6.3...v0.9.7) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ab237de commit 2027ef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: "v4.4.0"
3+
rev: "v5.0.0"
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -10,13 +10,13 @@ repos:
1010
- id: trailing-whitespace
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.6.3"
13+
rev: "v0.9.7"
1414
hooks:
1515
- id: ruff
1616
args: [--exit-non-zero-on-fix]
1717
- id: ruff-format
1818

1919
- repo: https://github.com/pre-commit/mirrors-prettier
20-
rev: "v3.0.3"
20+
rev: "v4.0.0-alpha.8"
2121
hooks:
2222
- id: prettier

0 commit comments

Comments
 (0)