Skip to content

Commit bb6079c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.11](astral-sh/ruff-pre-commit@v0.14.10...v0.15.11) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.1](pre-commit/mirrors-mypy@v1.19.1...v1.20.1)
1 parent 0f11397 commit bb6079c

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
@@ -7,12 +7,12 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.14.10
10+
rev: v0.15.11
1111
hooks:
1212
- id: ruff-check
1313
- id: ruff-format
1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v1.19.1
15+
rev: v1.20.1
1616
hooks:
1717
- id: mypy
1818
args: [., --strict, --ignore-missing-imports, --exclude=^codegen]

0 commit comments

Comments
 (0)