tox-dev / pyproject-fmt

MIT License
167 stars 27 forks source link

Add option to skip normalising requirement versions #150

Closed adamtheturtle closed 10 months ago

adamtheturtle commented 10 months ago

Using this option adds compatibility with Dependabot. Without this: Dependabot will bump a package to 1.3.0 and then pyproject-fmt will fail in CI because of the difference between the new and expected package version.

Fixes #141 .