Skip to content

Commit 3daf914

Browse files
[pre-commit.ci] pre-commit autoupdate (#899)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.10 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.10...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 11bf695 commit 3daf914

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
@@ -31,14 +31,14 @@ repos:
3131
exclude: pixi\.lock$
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: "v0.15.10"
34+
rev: "v0.15.12"
3535
hooks:
3636
- id: ruff-check
3737
args: ["--fix", "--show-fixes"]
3838
- id: ruff-format
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.20.1
41+
rev: v1.20.2
4242
hooks:
4343
- id: mypy
4444
additional_dependencies:

0 commit comments

Comments
 (0)