Teemu / pytest-sugar

a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)
Other
1.3k stars 73 forks source link

Move config from `setup.cfg` to `pyproject.toml` #280

Closed hugovk closed 8 months ago

hugovk commented 8 months ago

And move Flake8's config to .flake8 because it won't support pyproject.toml.

justinmayer commented 8 months ago

@hugovk: Many thanks for this configuration enhancement. Could you please resolve the conflicts in this pull request so it can be merged?

hugovk commented 8 months ago

Done!