Skip to content

Commit df07965

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.15](astral-sh/ruff-pre-commit@v0.14.14...v0.15.15) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.1.0](pre-commit/mirrors-mypy@v1.19.1...v2.1.0)
1 parent 245b017 commit df07965

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
@@ -10,14 +10,14 @@ repos:
1010
- id: validate-pyproject
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.14.14
13+
rev: v0.15.15
1414
hooks:
1515
- id: ruff-check
1616
args: [--fix, --unsafe-fixes]
1717
- id: ruff-format
1818

1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.19.1
20+
rev: v2.1.0
2121
hooks:
2222
- id: mypy
2323
files: "^src/"

0 commit comments

Comments
 (0)