Skip to content

Commit 2c0c1c0

Browse files
ci: pre-commit autoupdate [pre-commit.ci] (#1094)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 783af17 commit 2c0c1c0

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,7 +8,7 @@ default_language_version:
88
python: python3.11 # NOTE: sync with .python-version-default
99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.6.8"
11+
rev: "v0.6.9"
1212
hooks:
1313
- id: ruff
1414
alias: r
@@ -37,7 +37,7 @@ repos:
3737
- id: check-hooks-apply
3838
- id: check-useless-excludes
3939
- repo: https://github.com/pre-commit/pre-commit-hooks
40-
rev: v4.6.0
40+
rev: v5.0.0
4141
hooks:
4242
- id: trailing-whitespace
4343
verbose: true

0 commit comments

Comments
 (0)