Skip to content

Commit 20585b6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 2.3.2 → 2.4.1](python-poetry/poetry@2.3.2...2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.7...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.0.0](pre-commit/mirrors-mypy@v1.19.1...v2.0.0)
1 parent 94bb979 commit 20585b6

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
@@ -2,18 +2,18 @@ fail_fast: false
22

33
repos:
44
- repo: https://github.com/python-poetry/poetry
5-
rev: 2.3.2
5+
rev: 2.4.1
66
hooks:
77
- id: poetry-check
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.15.7
10+
rev: v0.15.12
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format
1414

1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.19.1
16+
rev: v2.0.0
1717
hooks:
1818
- id: mypy
1919
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)