diff --git a/mutmut/__main__.py b/mutmut/__main__.py index f9097da6..422a44d7 100644 --- a/mutmut/__main__.py +++ b/mutmut/__main__.py @@ -1018,6 +1018,8 @@ def read_config(): Path('tests/'), Path('test/'), Path('tests.py'), + Path('setup.cfg'), + Path('pyproject.toml'), ], max_stack_depth=s('max_stack_depth', -1), debug=s('debug', False),