Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 865d5b2

Browse files
committed
Update for styxdefs 0.5; Add optional extra container platform args
1 parent 8243fe7 commit 865d5b2

4 files changed

Lines changed: 208 additions & 164 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: 1.8.0
5+
rev: 2.1.1
66
hooks:
77
- id: poetry-check
88

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

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

0 commit comments

Comments
 (0)