Skip to content

Commit f409818

Browse files
[pre-commit.ci] pre-commit-autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.11.13](astral-sh/ruff-pre-commit@v0.11.10...v0.11.13) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent 794e2d1 commit f409818

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ repos:
2626
args: []
2727

2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.19.1
29+
rev: v3.20.0
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py38-plus]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.11.10
36+
rev: v0.11.13
3737
hooks:
3838
- id: ruff
3939
args: [ --fix, --exit-non-zero-on-fix ]
@@ -58,7 +58,7 @@ repos:
5858
- id: numpydoc-validation
5959

6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: v1.15.0
61+
rev: v1.16.0
6262
hooks:
6363
- id: mypy
6464
args: [--ignore-missing-imports] # default but useful to be explicit

0 commit comments

Comments
 (0)