Skip to content

Commit 9f4b070

Browse files
committed
Also copy setup.cfg and pyproject.toml by default
1 parent daa7f8b commit 9f4b070

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mutmut/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,8 @@ def read_config():
10181018
Path('tests/'),
10191019
Path('test/'),
10201020
Path('tests.py'),
1021+
Path('setup.cfg'),
1022+
Path('pyproject.toml'),
10211023
],
10221024
max_stack_depth=s('max_stack_depth', -1),
10231025
debug=s('debug', False),

0 commit comments

Comments
 (0)