Skip to content

Commit 8f798ea

Browse files
[pre-commit.ci] pre-commit autoupdate (#214)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8bd22d1 commit 8f798ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
hooks:
2020
- id: tox-toml-fmt
2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: "v2.16.2"
22+
rev: "v2.19.0"
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.15.5"
26+
rev: "v0.15.6"
2727
hooks:
2828
- id: ruff-format
2929
- id: ruff

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ count = true
9797
[tool.pyproject-fmt]
9898
max_supported_python = "3.14"
9999

100+
[tool.ty]
101+
environment.python-version = "3.14"
102+
100103
[tool.coverage]
101104
run.branch = true
102105
run.dynamic_context = "test_function"
@@ -120,6 +123,3 @@ report.fail_under = 100
120123
report.show_missing = true
121124
html.show_contexts = true
122125
html.skip_covered = false
123-
124-
[tool.ty]
125-
environment.python-version = "3.14"

0 commit comments

Comments
 (0)