Skip to content

Releases: floatingpurr/sync_with_poetry

1.2.0

07 Oct 21:35
Compare
Choose a tag to compare

What's Changed

  • Add ruff to db.py for out-of-the-box support

Full Changelog: 1.1.0...1.2.0

1.1.0

15 Jun 13:00
Compare
Choose a tag to compare

What's Changed

  • Implement --allow-frozen cmd option that enables support for frozen revisions. by @real-yfprojects in #29

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

25 May 14:18
97df834
Compare
Choose a tag to compare

What's Changed

  • Add the support for the new format of poetry.lock
  • Remove the --all machinery. Fix #26 by @floatingpurr in #27

What has been fixed

  • Fix a typo with the output messages upon a sync event

Full Changelog: 0.4.0...1.0.0

0.4.0

12 Sep 16:47
Compare
Choose a tag to compare

What's Changed

  • Add the new arg --db. You can now pass a custom json file with your custom package-repo mapping (see this issue by @joshuata).

  • Bump Python dependencies (and relative pre-commit hooks):

    • black: 22.6.0 → 22.8.0

Supported packages out-of-the-box:

  • autopep8
  • bandit
  • black
  • commitizen
  • flake8
  • flakeheaven
  • isort
  • mypy
  • pyupgrade

Use /path/to/your/mapping.json to rely on your very own package-repo mapping.

Full Changelog: 0.3.0...0.4.0

0.3.0

30 Aug 14:17
Compare
Choose a tag to compare

What's Changed

  • Add flakeheaven to dev.db by @joshuata in #15

  • Update db.py by @Berk-Tosun in #16

  • Fix several comments in the test suite

  • Bump Python dependencies (and relative pre-commit hooks):

    • black: 22.3.0 → 22.6.0
    • flake8: 4.0.1 → 5.0.4
    • mypy: v0.960 → v0.971
  • Bump plain pre-commit hook(s), not related to Poetry:

    • mirrors-prettier: v2.6.1 → v2.7.1
    • pre-commit-hooks v4.2.0 → v4.3.0

New Contributors

Supported package list:

  • autopep8
  • bandit
  • black
  • commitizen
  • flake8
  • flakeheaven
  • isort
  • mypy
  • pyupgrade

Full Changelog: 0.2.1...0.3.0

0.2.1

31 May 10:14
Compare
Choose a tag to compare

Fix the handling of quoted revs in the yaml file (#8).

Bump Python dependencies (and relative pre-commit hooks):

  • black: 22.1.0 -> 22.3.0
  • mypy: v0.931 → v0.960

Bump plain pre-commit hook(s), not related to Poetry:

  • mirrors-prettier: v2.5.1 → v2.6.2
  • pre-commit-hooks v4.1.0 → v4.2.0

Full Changelog: 0.2.0...0.2.1

0.2.0

07 Mar 14:35
Compare
Choose a tag to compare

Add the --config argument to tell sync_with_poetry a path to an alternative config file (it defaults to .pre-commit-config.yaml)

0.1.1

07 Mar 13:25
Compare
Choose a tag to compare

Bump Python dependencies (and relative pre-commit hooks):

  • black: 21.12b0 → 22.1.0
  • mypy: v0.920 → v0.931

Bump plain pre-commit hook(s), not related to Poetry:

  • pre-commit-hooks: v4.0.1 → v4.1.0

Fix a typo in a comment

0.1.0

14 Dec 09:30
Compare
Choose a tag to compare

First release

Supported packages and corresponding repos:

  • autopep8
  • black
  • flake8
  • isort
  • mypy
  • pyupgrade