Skip to content

Commit 21e1c21

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.11...v0.12.0)
1 parent 96a5d64 commit 21e1c21

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.1
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.12.0
3131
hooks:
3232
# Run the linter.
3333
- id: ruff

0 commit comments

Comments
 (0)