Skip to content

Commit 613a4a1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.11...v0.11.12)
1 parent ed4cca0 commit 613a4a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: fix-encoding-pragma
1313
args: ["--remove"]
1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v1.15.0
15+
rev: v1.16.0
1616
hooks:
1717
- id: mypy
1818
# TODO: Figure out how to use the same dependencies we have
@@ -27,7 +27,7 @@ repos:
2727
]
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
2929
# Ruff version.
30-
rev: v0.11.11
30+
rev: v0.11.12
3131
hooks:
3232
# Run the linter.
3333
- id: ruff

0 commit comments

Comments
 (0)