v0.11.0
What's Changed
This version changes the behaviour of the inifix formatter. Now files are formatted in place by default, and a diff can be printed to stdout using the --diff
flag. This is more in line with how most widely adopted formatters work in the Python ecosystem.
- ENH: replace --inplace option in inifix-format with a --diff option by @neutrinoceros in #87
Full Changelog: v0.10.0...v0.11.0