Skip to content

Commit c4e22ac

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 474f479 commit c4e22ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ lint.isort.combine-as-imports = true
111111
lint.mccabe.max-complexity = 16
112112

113113
[tool.coverage]
114-
run.branch = true
115-
run.parallel = true
116-
run.relative_files = true
117114
run.source = [
118115
"debug_toolbar",
119116
]
117+
run.branch = true
118+
run.parallel = true
119+
run.relative_files = true
120120
paths.source = [
121121
"src",
122122
".tox/*/site-packages",

0 commit comments

Comments
 (0)