Skip to content

Commit 92ceb55

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.12.2](astral-sh/ruff-pre-commit@v0.9.2...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.16.1](pre-commit/mirrors-mypy@v1.14.1...v1.16.1)
1 parent b9bd95c commit 92ceb55

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
@@ -8,12 +8,12 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.9.2
11+
rev: v0.12.2
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --exit-non-zero-on-fix]
1515
- id: ruff-format
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.14.1
17+
rev: v1.16.1
1818
hooks:
1919
- id: mypy

0 commit comments

Comments
 (0)