File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ dependencies = [
49
49
50
50
[tool .hatch .envs .default .scripts ]
51
51
test = " pytest"
52
- test-cov = [" - coverage erase " , " coverage run -pm pytest" ]
52
+ test-cov = [" coverage run -pm pytest" ]
53
53
cov-report = [
54
54
" - coverage combine" ,
55
55
" coverage xml" ,
56
56
" coverage report --show-missing" ,
57
57
]
58
- cov = [" test-cov" , " cov-report" ]
59
- cov-all = [" hatch run testall:test-cov" , " cov-report" ]
58
+ cov = [" - coverage erase " , " test-cov" , " cov-report" ]
59
+ cov-all = [" - coverage erase " , " hatch run testall:test-cov" , " cov-report" ]
60
60
61
61
setup-pre-commit = " python3 -m pre_commit install --install-hooks"
62
62
setup-dev = [" setup-pre-commit" ]
@@ -148,13 +148,13 @@ warn_unreachable = true
148
148
warn_return_any = true
149
149
warn_no_return = true
150
150
enable_error_code = [
151
- " redundant-self" ,
152
- " redundant-expr" ,
153
- " possibly-undefined" ,
154
- " truthy-bool" ,
155
- " truthy-iterable" ,
156
- " ignore-without-code" ,
157
- " unused-awaitable" ,
151
+ " redundant-self" ,
152
+ " redundant-expr" ,
153
+ " possibly-undefined" ,
154
+ " truthy-bool" ,
155
+ " truthy-iterable" ,
156
+ " ignore-without-code" ,
157
+ " unused-awaitable" ,
158
158
]
159
159
160
160
[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments