Skip to content

Commit

Permalink
Check no relative
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
  • Loading branch information
gaborbernat committed Dec 30, 2022
1 parent c1b0545 commit c31b0b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,12 @@ paths.source = [
".tox\\*\\Lib\\site-packages", # pypy3.8 + cpython
".tox\\*\\site-packages", # pypy3.7
]
paths.other = [".", "*/virtualenv", "*\\virtualenv"]
paths.other = [".", "**/virtualenv", "**\\virtualenv"]
report.fail_under = 10
run.source = ["${_COVERAGE_SRC}", "tests"]
run.dynamic_context = "test_function"
run.parallel = true
run.plugins = ["covdefaults"]
run.relative_files = true

[tool.black]
line-length = 120
Expand Down

0 comments on commit c31b0b2

Please sign in to comment.