File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -94,20 +94,16 @@ count = true
9494max_supported_python = " 3.13"
9595
9696[tool .coverage ]
97- run.source = [
98- " pytest_env" ,
99- " tests" ,
100- ]
101- run.dynamic_context = " test_function"
10297run.branch = true
98+ run.dynamic_context = " test_function"
10399run.parallel = true
104100run.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+ ]
111107paths.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 ]
121121python_version = " 3.11"
You can’t perform that action at this time.
0 commit comments