Releases: floatingpurr/sync_with_pdm
Releases · floatingpurr/sync_with_pdm
0.3.0
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
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
First release
Supported packages and corresponding repos:
- autopep8
- black
- flake8
- isort
- mypy
- pyupgrade