Skip to content

Commit 97f4837

Browse files
[pre-commit.ci] pre-commit autoupdate (#2828)
1 parent 87528dc commit 97f4837

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.13.0"
13+
rev: "v0.13.1"
1414
hooks:
1515
- id: ruff-check
1616
args: ["--fix"]
@@ -33,7 +33,7 @@ repos:
3333
- id: black-disable-checker
3434
exclude: tests/test_nodes_lineno.py
3535
- repo: https://github.com/psf/black
36-
rev: 25.1.0
36+
rev: 25.9.0
3737
hooks:
3838
- id: black
3939
args: [--safe, --quiet]
@@ -68,7 +68,7 @@ repos:
6868
]
6969
stages: [manual]
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: v1.18.1
71+
rev: v1.18.2
7272
hooks:
7373
- id: mypy
7474
language: python

0 commit comments

Comments
 (0)