summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-12 20:51:58 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-12 21:04:26 -0500
commitb5b223723fd1aeaa8ed650b8440b4b8c08f8e378 (patch)
tree3fcf638c95544992e80c1523c1b6084dec05ad93 /pyproject.toml
parenta5aeec363e2f50312007ef40903f1dcaae0b5133 (diff)
downloadpython-coveragepy-git-b5b223723fd1aeaa8ed650b8440b4b8c08f8e378.tar.gz
mypy: all of coverage/ and tests/ are checked
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 561ff9f7..90c4f080 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,4 +26,5 @@ warn_unused_ignores = true
exclude = """(?x)(
^coverage/fullcoverage/encodings\\.py$ # can't import things into it.
+ | ^tests/balance_xdist_plugin\\.py$ # not part of our test suite.
)"""