Skip to content

Commit ea41d42

Browse files
pre-commit-ci[bot]anze3db
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.12.7](astral-sh/ruff-pre-commit@v0.9.9...v0.12.7)
1 parent 332d13f commit ea41d42

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.17.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.7'
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)