Skip to content

Commit 3f4a554

Browse files
committed
⬆️ bump basedpyright to 1.27.1, ruff to 0.9.6
1 parent c5547e5 commit 3f4a554

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ repos:
5353
- id: typos
5454

5555
- repo: https://github.com/astral-sh/uv-pre-commit
56-
rev: 0.5.26
56+
rev: 0.5.31
5757
hooks:
5858
- id: uv-lock
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.9.4
61+
rev: v0.9.6
6262
hooks:
6363
- id: ruff
6464
args: [--fix, --show-fixes]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ mdformat = [
5757
lint = [
5858
{include-group = "extras"},
5959
{include-group = "mdformat"},
60-
"ruff>=0.9.4",
60+
"ruff>=0.9.6",
6161
"sp-repo-review[cli]>=2025.1.22",
6262
]
6363
type = [
6464
{include-group = "extras"},
6565
{include-group = "ci"},
6666
{include-group = "codegen"},
6767
"basedmypy[faster-cache]>=2.9.1",
68-
"basedpyright>=1.26.0",
68+
"basedpyright>=1.27.1",
6969
]
7070
dev = [
7171
{include-group = "lint"},

uv.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)