diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-12 20:51:58 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-12 21:04:26 -0500 |
commit | b5b223723fd1aeaa8ed650b8440b4b8c08f8e378 (patch) | |
tree | 3fcf638c95544992e80c1523c1b6084dec05ad93 /pyproject.toml | |
parent | a5aeec363e2f50312007ef40903f1dcaae0b5133 (diff) | |
download | python-coveragepy-git-b5b223723fd1aeaa8ed650b8440b4b8c08f8e378.tar.gz |
mypy: all of coverage/ and tests/ are checked
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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. )""" |