Skip to content

Commit 77bb8df

Browse files
ci(pre-commit.ci): autoupdate (#236)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.0...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9e46697 commit 77bb8df

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,14 +12,14 @@ repos:
1212
- id: validate-pyproject
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.12.0
15+
rev: v0.12.7
1616
hooks:
1717
- id: ruff-check
1818
args: [--fix, --unsafe-fixes]
1919
- id: ruff-format
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.16.1
22+
rev: v1.17.1
2323
hooks:
2424
- id: mypy
2525
files: "^src/"

0 commit comments

Comments
 (0)