Skip to content

Commit 9d88ba9

Browse files
ci: auto fixes from pre-commit hooks
for more information, see https://pre-commit.ci
1 parent e171476 commit 9d88ba9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ addopts = """\
6464
django_find_project = false
6565
xfail_strict = true
6666

67-
[tool.coverage.run]
68-
branch = true
69-
parallel = true
70-
source = [
71-
"django_sys_indicator",
72-
"tests",
73-
]
74-
7567
[tool.coverage.paths]
7668
source = [
7769
"src",
@@ -81,6 +73,14 @@ source = [
8173
[tool.coverage.report]
8274
show_missing = true
8375

76+
[tool.coverage.run]
77+
branch = true
78+
parallel = true
79+
source = [
80+
"django_sys_indicator",
81+
"tests",
82+
]
83+
8484
[tool.mypy]
8585
enable_error_code = [
8686
"ignore-without-code",

0 commit comments

Comments
 (0)