Skip to content

Releases: floatingpurr/sync_with_pdm

0.3.0

12 Sep 17:13

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 in sync_with_poetry 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.2.0...0.3.0

0.2.0

30 Aug 14:24

Choose a tag to compare

Add bandit, commitizen and flakeheaven to supported packages. Package list:

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

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

  • flake8: 4.0.1 → 5.0.4

Full Changelog: 0.1.0...0.2.0

0.1.0

26 Jul 07:29

Choose a tag to compare

First release

Supported packages and corresponding repos:

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