Skip to content

Commit acd05cc

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.1.0 → v4.0.0](asottile/add-trailing-comma@v3.1.0...v4.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.15.4](astral-sh/ruff-pre-commit@v0.8.1...v0.15.4) - [github.com/RobertCraigie/pyright-python: v1.1.394 → v1.1.408](RobertCraigie/pyright-python@v1.1.394...v1.1.408) - [github.com/RobertCraigie/pyright-python: v1.1.396 → v1.1.408](RobertCraigie/pyright-python@v1.1.396...v1.1.408)
1 parent 6ea530b commit acd05cc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: check-hooks-apply
2626

2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v5.0.0
28+
rev: v6.0.0
2929
hooks:
3030
# Prevents commits to certain branches
3131
- id: no-commit-to-branch
@@ -61,7 +61,7 @@ repos:
6161
- id: check-illegal-windows-names
6262

6363
- repo: https://github.com/asottile/add-trailing-comma
64-
rev: v3.1.0
64+
rev: v4.0.0
6565
hooks:
6666
# Ruff preserves indent/new-line formatting of function arguments, list items, and similar iterables,
6767
# if a trailing comma is added.
@@ -70,7 +70,7 @@ repos:
7070

7171
- repo: https://github.com/astral-sh/ruff-pre-commit
7272
# Matches Ruff version in pyproject.
73-
rev: v0.8.1
73+
rev: v0.15.4
7474
hooks:
7575
- id: ruff
7676
name: lint with ruff
@@ -79,14 +79,14 @@ repos:
7979
name: format with ruff
8080

8181
- repo: https://github.com/RobertCraigie/pyright-python
82-
rev: v1.1.394
82+
rev: v1.1.408
8383
hooks:
8484
- id: pyright
8585
alias: pyrightLocal
8686
name: Check types with pyright
8787

8888
- repo: https://github.com/RobertCraigie/pyright-python
89-
rev: v1.1.396
89+
rev: v1.1.408
9090
hooks:
9191
- id: pyright
9292
alias: pyrightCI

0 commit comments

Comments
 (0)