Skip to content

Commit ec5e95a

Browse files
[pre-commit.ci] pre-commit autoupdate (#54)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.15.8](astral-sh/ruff-pre-commit@v0.14.1...v0.15.8) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 013d39f commit ec5e95a

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
@@ -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.14.1
14+
rev: v0.15.8
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.18.2 # Use the sha / tag you want to point at
23+
rev: v1.19.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)