Skip to content

Releases: localstack/pre-commit-hooks

v1.2.1

Choose a tag to compare

@silv-io silv-io released this 22 Aug 12:01
ab88255

What's Changed

  • Fix error in detection of unsafe packages for multi-package repositories by @silv-io in #4

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@silv-io silv-io released this 19 Jul 07:48
a3a97e0

What's Changed

  • Add support for repositories with multiple package definitions by @silv-io in #3

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@silv-io silv-io released this 17 Jul 08:47
a0ea0ba

What's Changed

  • Add support for namespace packages by @silv-io in #2

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@silv-io silv-io released this 04 Mar 15:44

Add support for pyproject.toml

Full Changelog: v0.2.1...v1.0.0

v0.2.1

Choose a tag to compare

@silv-io silv-io released this 06 Feb 11:05

This patch fixes the limitation of the check-pinned-deps-for-needed-upgrade hook, where it could not handle requirements definitions with trailing comments. These now get stripped before parsing.

v0.2.0

Choose a tag to compare

@silv-io silv-io released this 06 Feb 09:54

This release renames the hook upgrade-deps-if-changed to check-pinned-deps-for-needed-change to better reflect its function. It also makes setting the unsafe packages in the pip-tools settings in pyproject.toml optional and uses the defaults from pip-tools when there is nothing set.

v0.1.2

Choose a tag to compare

@silv-io silv-io released this 01 Feb 15:04

This patch removes the assumption in the upgrade-deps-if-changed hook that there has to be a requirements-test.txt file in the repository. Now the base requirements just get tested against all requirements files in the repository.

v0.1.1

Choose a tag to compare

@silv-io silv-io released this 31 Jan 17:33

This patch release simplifies the upgrade-deps-if-changed hook, so that it does not check what changed in a setup.cfg but instead just checks whether the present setup.cfg with all its extras fulfils is still fulfilled by the present lock files.

v0.1.0

Choose a tag to compare

@silv-io silv-io released this 31 Jan 10:24

Add initial implementation of upgrade pinned dependency hook

Full Changelog: https://github.com/localstack/pre-commit-hooks/commits/v0.1.0