Skip to content

Commit 290cedd

Browse files
[pre-commit.ci] pre-commit autoupdate (#2131)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.5...v0.4.3) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent abac825 commit 290cedd

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
@@ -4,7 +4,7 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: v0.3.5
7+
rev: v0.4.3
88
hooks:
99
# Run the linter.
1010
- id: ruff
@@ -19,7 +19,7 @@ repos:
1919
- id: pyupgrade
2020
args: [--py310-plus]
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.5.0 # Use the ref you want to point at
22+
rev: v4.6.0 # Use the ref you want to point at
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: check-toml

0 commit comments

Comments
 (0)