Skip to content

Commit 4294e39

Browse files
[pre-commit.ci] pre-commit autoupdate (#186)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c291176 commit 4294e39

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ repos:
2020
- id: tox-ini-fmt
2121
args: ["-p", "fix"]
2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: "v2.11.1"
23+
rev: "v2.15.0"
2424
hooks:
2525
- id: pyproject-fmt
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: "v0.14.14"
27+
rev: "v0.15.0"
2828
hooks:
2929
- id: ruff-format
3030
- id: ruff

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,16 @@ count = true
9494
max_supported_python = "3.13"
9595

9696
[tool.coverage]
97-
run.source = [
98-
"pytest_env",
99-
"tests",
100-
]
101-
run.dynamic_context = "test_function"
10297
run.branch = true
98+
run.dynamic_context = "test_function"
10399
run.parallel = true
104100
run.plugins = [
105101
"covdefaults",
106102
]
107-
report.fail_under = 100
108-
report.show_missing = true
109-
html.show_contexts = true
110-
html.skip_covered = false
103+
run.source = [
104+
"pytest_env",
105+
"tests",
106+
]
111107
paths.source = [
112108
"src",
113109
".tox*/*/lib/python*/site-packages",
@@ -116,6 +112,10 @@ paths.source = [
116112
"*/src",
117113
"*\\src",
118114
]
115+
report.fail_under = 100
116+
report.show_missing = true
117+
html.show_contexts = true
118+
html.skip_covered = false
119119

120120
[tool.mypy]
121121
python_version = "3.11"

0 commit comments

Comments
 (0)