Skip to content

Commit 8ae167b

Browse files
committed
⬆️ update development dependencies
1 parent a85b69d commit 8ae167b

File tree

3 files changed

+175
-171
lines changed

3 files changed

+175
-171
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ repos:
5050
- mdformat-gfm-alerts
5151

5252
- repo: https://github.com/crate-ci/typos
53-
rev: v1.28.4
53+
rev: v1.29.4
5454
hooks:
5555
- id: typos
5656

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@ mdformat = [
4444
lint = [
4545
{include-group = "extras"},
4646
{include-group = "mdformat"},
47-
"ruff>=0.9.1",
47+
"ruff>=0.9.2",
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.1",
55-
"basedpyright>=1.23.2",
55+
"basedpyright>=1.24.0",
5656
]
5757
dev = [
5858
{include-group = "lint"},
5959
{include-group = "typecheck"},
6060
"poethepoet>=0.32.1,<1",
61-
"pre-commit>=4.0.1,<5",
61+
"pre-commit>=4.1.0",
6262
"pre-commit-uv>=4.1.4,<5",
6363
]
6464

0 commit comments

Comments
 (0)