Skip to content

Commit eb0c105

Browse files
Pre-commit auto-update
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/add-trailing-comma: v3.2.0 → v4.0.0](asottile/add-trailing-comma@v3.2.0...v4.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.15.12](astral-sh/ruff-pre-commit@v0.12.7...v0.15.12)
1 parent 157572d commit eb0c105

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: check-hooks-apply
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v5.0.0
29+
rev: v6.0.0
3030
hooks:
3131
# Prevents commits to certain branches
3232
- id: no-commit-to-branch
@@ -60,7 +60,7 @@ repos:
6060
# Avoids using reserved Windows filenames.
6161
- id: check-illegal-windows-names
6262
- repo: https://github.com/asottile/add-trailing-comma
63-
rev: v3.2.0
63+
rev: v4.0.0
6464
hooks:
6565
# Ruff preserves indent/new-line formatting of function arguments, list items, and similar iterables,
6666
# if a trailing comma is added.
@@ -69,7 +69,7 @@ repos:
6969

7070
- repo: https://github.com/astral-sh/ruff-pre-commit
7171
# Matches Ruff version in pyproject.
72-
rev: v0.12.7
72+
rev: v0.15.12
7373
hooks:
7474
- id: ruff
7575
name: lint with ruff

0 commit comments

Comments
 (0)