Skip to content

Releases: GabDug/sync-pre-commit-lock

v0.5.4

19 Mar 17:47
1d74a40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

10 Feb 12:30
4b1ac9e
Compare
Choose a tag to compare

What's Changed

  • chore: new canonical repository for autopep8 by @GabDug in #20
  • chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #19
  • chore(deps): Update Python dependencies with PDM by @github-actions in #18

Full Changelog: v0.5.2...v0.5.3

v0.5.2

03 Feb 11:26
Compare
Choose a tag to compare

What's Changed

  • chore: add python 3.9 compatibility by @GabDug in #12
  • chore(deps): bump pdm-project/setup-pdm from 3 to 4 by @dependabot in #13
  • chore(deps): bump actions/cache from 2 to 4 by @dependabot in #14
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #15
  • chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #16

Full Changelog: v0.5.1...v0.5.2

v0.5.1

30 Jan 17:08
8513303
Compare
Choose a tag to compare

What's Changed

  • Added check-jsonschema default association

Full Changelog: v0.5.0...v0.5.1

v0.5.0 - Environment variables config

23 Dec 12:31
Compare
Choose a tag to compare

What's Changed

  • feat(config): allow overriding config from environment by @noirbizarre in #10
    See the updated README for the list of settings that can be set with environment variables.
  • fix(config): always get the pyproject.toml path from PDM or Poetry

Full Changelog: v0.4.2...v0.5.0

v0.4.2

18 Dec 15:55
45a5eb7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

01 Nov 16:05
dd03f8a
Compare
Choose a tag to compare

What's Changed

  • fix: disable sync for packages with a local version identifier by @GabDug in #8
  • chore: add default mapping for yamllint

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Sep 16:55
Compare
Choose a tag to compare

What's Changed

  • Updated README
    • Removed extra quote in pdm installation command by @jimkring in #7
  • Support multiple Git URLs for pre-commit hooks, mapping to a single Python package
  • Improve command output rendering
  • Remove extraneous console output when project is not a Git project

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

28 Aug 20:35
3f0772e
Compare
Choose a tag to compare

Added

  • New commands pdm sync-pre-commit and poetry sync-pre-commit to manually sync the pre-commit hooks versions from the lockfile.
  • Added support for Poetry 1.6.0+

Changed

  • Sync of versions with dry-run now executes fully, without updating the pre-commit-config file
  • Misc. README, lint and format changes

Full Changelog: v0.2.1...v0.3.0

v0.2.1

30 Jul 19:35
2321f71
Compare
Choose a tag to compare

What's Changed

  • fix: get pyproject.toml path from PDM, instead of cwd by @GabDug in #5

Full Changelog: v0.2.0...v0.2.1