Skip to content

Releases: GabDug/sync-pre-commit-lock

v0.2.0

26 Jul 20:02
80a5d30
Compare
Choose a tag to compare

What's Changed

  • Test against PDM 2.8.x
  • Fix reading and writing of .pre-commit-config.yaml
    • Ignore local hooks (#4)
    • Support files with document separator (---)
    • Move from PyYAML to strictyaml, partially validate the config file

Full Changelog: v0.1.2...v0.2.0

v0.1.2

03 Jul 19:55
Compare
Choose a tag to compare

Fixed

  • Failed to read pre-commit-config YML

Changed

  • Use success colors when printing
  • Try to be less verbose

v0.1.1

03 Jul 18:29
Compare
Choose a tag to compare
  • Removed debug print()
  • Enable more Ruff rules
  • Improve README

v0.1.0

03 Jul 18:28
Compare
Choose a tag to compare

🎉 Initial release