Releases: floatingpurr/sync_with_poetry
1.2.0
1.1.0
What's Changed
- Implement
--allow-frozen
cmd option that enables support for frozen revisions. by @real-yfprojects in #29
New Contributors
- @real-yfprojects made their first contribution in #29
Full Changelog: 1.0.0...1.1.0
1.0.0
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
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
What's Changed
-
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
- @joshuata made their first contribution in #15
- @Berk-Tosun made their first contribution in #16
Supported package list:
- autopep8
- bandit
- black
- commitizen
- flake8
- flakeheaven
- isort
- mypy
- pyupgrade
Full Changelog: 0.2.1...0.3.0
0.2.1
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
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
Bump Python dependencies (and relative pre-commit
hooks):
black
: 21.12b0 → 22.1.0mypy
: 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
First release
Supported packages and corresponding repos:
- autopep8
- black
- flake8
- isort
- mypy
- pyupgrade