Skip to content

Commit

Permalink
Also copy setup.cfg and pyproject.toml by default
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Jan 4, 2025
1 parent daa7f8b commit 9f4b070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mutmut/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 9f4b070

Please sign in to comment.