Skip to content

Commit ed11ade

Browse files
authored
⬆️ bump dev deps to latest (#410)
2 parents fba8e3f + 999fab7 commit ed11ade

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
- id: typos
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.8.5
58+
rev: v0.8.6
5959
hooks:
6060
- id: ruff
6161
args: [--fix, --show-fixes]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ mdformat = [
4444
lint = [
4545
{include-group = "extras"},
4646
{include-group = "mdformat"},
47-
"ruff>=0.8.5",
47+
"ruff>=0.8.6",
4848
"sp-repo-review[cli]>=2024.8.19",
4949
]
5050
typecheck = [
5151
{include-group = "extras"},
5252
{include-group = "ci"},
5353
{include-group = "codegen"},
5454
"basedmypy[faster-cache]>=2.9.0",
55-
"basedpyright>=1.23.1",
55+
"basedpyright>=1.23.2",
5656
]
5757
dev = [
5858
{include-group = "lint"},

uv.lock

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

0 commit comments

Comments
 (0)