Skip to content

Commit a055b1c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.15.11](astral-sh/ruff-pre-commit@v0.12.5...v0.15.11) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.20.1](pre-commit/mirrors-mypy@v1.17.0...v1.20.1)
1 parent d157758 commit a055b1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-toml
66
- id: check-yaml
@@ -11,7 +11,7 @@ repos:
1111
args: [--fix=lf]
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
# Ruff version.
14-
rev: v0.12.5
14+
rev: v0.15.11
1515
hooks:
1616
# Run the linter.
1717
- id: ruff
@@ -20,7 +20,7 @@ repos:
2020
- id: ruff-format
2121
args: ["--config=pyproject.toml"]
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.17.0 # Use the sha / tag you want to point at
23+
rev: v1.20.1 # Use the sha / tag you want to point at
2424
hooks:
2525
- id: mypy
2626
args: ["--install-types", "--non-interactive", "--ignore-missing-imports", "--check-untyped-defs",

0 commit comments

Comments
 (0)