Skip to content

Commit d757e55

Browse files
[pre-commit.ci] pre-commit autoupdate (#2630)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.0...v0.7.2) - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c15d6b2 commit d757e55

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.7.0"
13+
rev: "v0.7.2"
1414
hooks:
1515
- id: ruff
1616
args: ["--fix"]
@@ -22,7 +22,7 @@ repos:
2222
exclude: tests/testdata|setup.py
2323
types: [python]
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.18.0
25+
rev: v3.19.0
2626
hooks:
2727
- id: pyupgrade
2828
exclude: tests/testdata
@@ -53,7 +53,7 @@ repos:
5353
# "--load-plugins=pylint.extensions.docparams", We're not ready for that
5454
]
5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.12.1
56+
rev: v1.13.0
5757
hooks:
5858
- id: mypy
5959
language: python

0 commit comments

Comments
 (0)