Skip to content

Commit 10c133c

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.14.7](astral-sh/ruff-pre-commit@v0.12.7...v0.14.7) - [github.com/RobertCraigie/pyright-python: v1.1.406 → v1.1.407](RobertCraigie/pyright-python@v1.1.406...v1.1.407) - [github.com/astral-sh/uv-pre-commit: 0.8.4 → 0.9.13](astral-sh/uv-pre-commit@0.8.4...0.9.13) - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.19.1](DavidAnson/markdownlint-cli2@v0.18.1...v0.19.1)
1 parent e65560b commit 10c133c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: check-hooks-apply
3333

3434
- repo: https://github.com/pre-commit/pre-commit-hooks
35-
rev: v5.0.0
35+
rev: v6.0.0
3636
hooks:
3737
# Prevents commits to certain branches
3838
- id: no-commit-to-branch
@@ -91,7 +91,7 @@ repos:
9191
)
9292
9393
- repo: https://github.com/asottile/add-trailing-comma
94-
rev: v3.2.0
94+
rev: v4.0.0
9595
hooks:
9696
# Ruff preserves indent/new-line formatting of function arguments, list items, and similar iterables,
9797
# if a trailing comma is added.
@@ -100,7 +100,7 @@ repos:
100100

101101
- repo: https://github.com/astral-sh/ruff-pre-commit
102102
# Matches Ruff version in pyproject.
103-
rev: v0.12.7
103+
rev: v0.14.7
104104
hooks:
105105
- id: ruff
106106
name: lint with ruff
@@ -109,22 +109,22 @@ repos:
109109
name: format with ruff
110110

111111
- repo: https://github.com/RobertCraigie/pyright-python
112-
rev: v1.1.406
112+
rev: v1.1.407
113113
hooks:
114114
- id: pyright
115115
name: Check types with pyright
116116
additional_dependencies: [ "pyright[nodejs]==1.1.406" ]
117117

118118
- repo: https://github.com/astral-sh/uv-pre-commit
119-
rev: 0.8.4
119+
rev: 0.9.13
120120
hooks:
121121
- id: uv-lock
122122
name: Verify uv lock file
123123
# Override python interpreter from .python-versions as that is too strict for pre-commit.ci
124124
args: ["-p3.13"]
125125

126126
- repo: https://github.com/DavidAnson/markdownlint-cli2
127-
rev: v0.18.1
127+
rev: v0.19.1
128128
hooks:
129129
- id: markdownlint-cli2
130130
name: Lint markdown files

0 commit comments

Comments
 (0)