Skip to content

Commit ab52b0c

Browse files
[pre-commit.ci] pre-commit autoupdate (#786)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.11...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v1.20.2](pre-commit/mirrors-mypy@v1.20.1...v1.20.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fafb968 commit ab52b0c

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
@@ -39,13 +39,13 @@ repos:
3939
- --exclude-files '(uv.lock)'
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
4141
# Ruff version.
42-
rev: 'v0.15.11'
42+
rev: 'v0.15.12'
4343
hooks:
4444
- id: ruff-format
4545
- id: ruff
4646
args: [--extend-ignore=D1, --fix]
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.20.1
48+
rev: v1.20.2
4949
hooks:
5050
- id: mypy
5151
additional_dependencies:

0 commit comments

Comments
 (0)