Skip to content

Commit 7cc80ba

Browse files
ci: pre-commit autoupdate (#157)
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/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 38133cc commit 7cc80ba

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
@@ -21,19 +21,19 @@ repos:
2121
args: [--target-version, "3.2"]
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: "v0.3.5"
24+
rev: "v0.4.3"
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
3030
# Ruff version.
31-
rev: v0.3.5
31+
rev: v0.4.3
3232
hooks:
3333
- id: ruff-format
3434

3535
- repo: https://github.com/pre-commit/pre-commit-hooks
36-
rev: v4.5.0
36+
rev: v4.6.0
3737
hooks:
3838
- id: check-added-large-files
3939
- id: check-case-conflict

0 commit comments

Comments
 (0)