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

Commit 34e6180

Browse files
committed
Upgrade deps and bump version
1 parent c174125 commit 34e6180

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ fail_fast: false
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.12.10
5+
rev: v0.14.5
66
hooks:
77
- id: ruff
88
- id: ruff-format
99

1010
- repo: https://github.com/pre-commit/mirrors-mypy
11-
rev: v1.17.1
11+
rev: v1.18.2
1212
hooks:
1313
- id: mypy
1414
args: [--ignore-missing-imports]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "styxdocker"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Docker integration for Styx compiled wrappers."
55
authors = [
66
{name = "Florian Rupprecht", email = "33600480+nx10@users.noreply.github.com"}

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)