capitalone / edgetest

edgetest is a tox-inspired python library that will loop through your project's dependencies, and check if your project is compatible with the latest version of each dependency
https://capitalone.github.io/edgetest/
Apache License 2.0
20 stars 6 forks source link

Preserve formatting #80

Open fdosani opened 6 months ago

fdosani commented 6 months ago

Right now edgetest doesn't preserve the formatting when it changes toml or cfg files. This would be a nice feature to get working so it doesn't butcher and preserves the existing formatting of the file.

DreamsInCS commented 1 month ago

Hi @fdosani! I would like to contribute to this issue. Could you make me the assignee for this? Also, would you happen to have any repo examples handy for toml-based and cfg-based projects that I could easily test for this? Thank you so much!