Skip to content

Commit 23cd0a3

Browse files
authored
⬆️ upgrade the development dependencies (#443)
2 parents 989b767 + 2ba4f7a commit 23cd0a3

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,30 @@ repos:
3535
args: [--markdown-linebreak-ext=md]
3636

3737
- repo: https://github.com/igorshubovych/markdownlint-cli
38-
rev: v0.43.0
38+
rev: v0.44.0
3939
hooks:
4040
- id: markdownlint
4141

4242
- repo: https://github.com/executablebooks/mdformat
43-
rev: 0.7.21
43+
rev: 0.7.22
4444
hooks:
4545
- id: mdformat
4646
additional_dependencies:
4747
- mdformat-gfm
4848
- mdformat-gfm-alerts
4949

5050
- repo: https://github.com/crate-ci/typos
51-
rev: v1.29.4
51+
rev: v1.29.5
5252
hooks:
5353
- id: typos
5454

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

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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ extras = ["scipy-stubs[scipy]"]
5050
ci = ["packaging>=24.2"]
5151
codegen = ["libcst>=1.6.0,<2"]
5252
mdformat = [
53-
"mdformat>=0.7.21",
53+
"mdformat>=0.7.22",
5454
"mdformat-gfm>=0.4.1",
5555
"mdformat-gfm-alerts>=1.0.1",
5656
]
5757
lint = [
5858
{include-group = "extras"},
5959
{include-group = "mdformat"},
60-
"ruff>=0.9.3",
60+
"ruff>=0.9.4",
6161
"sp-repo-review[cli]>=2025.1.22",
6262
]
6363
type = [

uv.lock

+27-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)