Skip to content

Commit 638918c

Browse files
chore(deps): pre-commit autoupdate (#76)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit: v3.8.0 → v4.0.1](pre-commit/pre-commit@v3.8.0...v4.0.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.9.1](astral-sh/ruff-pre-commit@v0.5.7...v0.9.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4659868 commit 638918c

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
@@ -6,12 +6,12 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit
9-
rev: v3.8.0
9+
rev: v4.0.1
1010
hooks:
1111
- id: validate_manifest
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-json
1717
exclude: "\\.vscode/.*.json"
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.5.7
24+
rev: v0.9.1
2525
hooks:
2626
- id: ruff
2727
- id: ruff-format

0 commit comments

Comments
 (0)