Skip to content

Releases: lightspeed-hospitality/pre-commit-hooks

Install pre-commit-hooks as dependency

04 Mar 11:39
49b5b5b
Compare
Choose a tag to compare

What's Changed

  • Moving away from using pre-commit-hooks as a submodule and instead install pre-commit-hooks as dependency by @ls-alexander-muehlbauer in #28

Full Changelog: v0.7.7...v0.7.8

Checkstyle hook fix

07 Feb 12:23
0bc1eb2
Compare
Choose a tag to compare

Fixed an issue with checkstyle hook, where the given that mvnw was present the script would pickup mvn command instead and not use the wrapper.

Checkstyle hook

07 Feb 11:58
6052239
Compare
Choose a tag to compare

Adds a hook that runs checkstyle:check goal

Bumping several versions

03 Feb 08:16
cb118bb
Compare
Choose a tag to compare

Contains several version updates:

  • poetry.lock was updated
  • Java code formatter was bumped to 1.13.0. This means projects with older Java version might need to update their pre-commit config: args: ["--formatter-version=1.9"].
  • detect-secrets was bumped to 0.13.1+ibm.47.dss

Add black, flake8 and mypy

14 Sep 13:46
a25ce19
Compare
Choose a tag to compare

commonly used python tooling was added as a part of this release, namely:

  • black
  • flake8
  • mypy

The poetry-pytest hook now supports a path being passed to it.

Bumps detect-secrets

05 Jul 13:06
f21cc3e
Compare
Choose a tag to compare

Bumps minimal detect-secrets version to >=1.1.0

Adding detect-secrets hook

09 Feb 12:50
325e073
Compare
Choose a tag to compare

adds the detect-secrets hook (see: https://github.com/Yelp/detect-secrets)

  • this can help us to prevent adding secrets unintentionally
  • remove secrets from codebases

This release is updating the pre-commit-hooks submodule, therefore the minor is bumped.

Add shfmt and shellcheck

08 Feb 14:05
34ed136
Compare
Choose a tag to compare
Add shellcheck and shfmt hooks (#6)

* Add shellcheck and shfmt hooks

* Fork shfmt pre-commit hook script

* Improve usage of shfmt pre-commit hook script

* Remove deprecated additional_dependencies for script hooks

Add yamllint

13 Jan 16:13
c50d86f
Compare
Choose a tag to compare
v0.3.2

Add yamllint pre-commit hook (#3)

Optimize CircleCI Configuration Validation

08 Dec 17:13
d6bf0e3
Compare
Choose a tag to compare
v0.3.0

Update circleci-config-validate.sh