File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -97,6 +97,9 @@ count = true
9797[tool .pyproject-fmt ]
9898max_supported_python = " 3.14"
9999
100+ [tool .ty ]
101+ environment.python-version = " 3.14"
102+
100103[tool .coverage ]
101104run.branch = true
102105run.dynamic_context = " test_function"
@@ -120,6 +123,3 @@ report.fail_under = 100
120123report.show_missing = true
121124html.show_contexts = true
122125html.skip_covered = false
123-
124- [tool .ty ]
125- environment.python-version = " 3.14"
You can’t perform that action at this time.
0 commit comments