Skip to content

Commit c670068

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.9.9 → v0.12.2](astral-sh/ruff-pre-commit@v0.9.9...v0.12.2)
1 parent 6ed18a9 commit c670068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
- id: black
1313

1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: 'v1.15.0' # Use the sha / tag you want to point at
15+
rev: 'v1.16.1' # Use the sha / tag you want to point at
1616
hooks:
1717
- id: mypy
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: 'v0.9.9'
20+
rev: 'v0.12.2'
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)