chore(deps): update pre-commit [skip ci] (master) #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.1.5->v0.1.29v3.1.0->v3.4.0Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
gruntwork-io/pre-commit (gruntwork-io/pre-commit)
v0.1.29Compare Source
Hooks affected
hooks/tofu-fmt.shhooks/tofu-validate.shDescription
Added
tofuhooks.What's Changed
Full Changelog: gruntwork-io/pre-commit@v0.1.28...v0.1.29
v0.1.28Compare Source
Modules affected
hooks/sentinel-fmt.shDescription
Full Changelog: gruntwork-io/pre-commit@v0.1.27...v0.1.28
Special Thanks
Special thanks to @schultzwc18 for their contribution!
Related Links
https://github.com/gruntwork-io/pre-commit/pull/123
v0.1.27Compare Source
Modules affected
hooks/helmlint.shDescription
Full Changelog: gruntwork-io/pre-commit@v0.1.26...v0.1.27
Special Thanks
Special thanks to @skomski for their contribution!
Related Links
https://github.com/gruntwork-io/pre-commit/pull/127
v0.1.26Compare Source
Modules affected
hooks/terragrunt-hclfmt.shDescription
--terragrunt-hclfmt-fileflagFull Changelog: gruntwork-io/pre-commit@v0.1.25...v0.1.26
Special Thanks
Special thanks to @gnuletik for their contribution!
Related Links
https://github.com/gruntwork-io/pre-commit/pull/125
v0.1.25Compare Source
Modules affected
pre-commit-hooks.yamlDescription
excluderegular expressions inpre-commit-hooks.yamlto remove superfluous.+Full Changelog: gruntwork-io/pre-commit@v0.1.24...v0.1.25
Special Thanks
Special thanks to @ThisGuyCodes for their contribution!
Related Links
https://github.com/gruntwork-io/pre-commit/pull/117
v0.1.24Compare Source
What's Changed
New Contributors
Full Changelog: gruntwork-io/pre-commit@v0.1.23...v0.1.24
v0.1.23Compare Source
Modules affected
tflintDescription
Full Changelog: gruntwork-io/pre-commit@v0.1.22...v0.1.23
Special Thanks
Related Links
#103
v0.1.22Compare Source
Modules affected
tflintDescription
tflint --chdir DIR --filter FILEsyntax for tflint v0.45.0+Note that starting with this release, you must use tflint
v0.45.0or newer.Full Changelog: gruntwork-io/pre-commit@v0.1.21...v0.1.22
Special Thanks
Related Links
#95
v0.1.21Compare Source
Modules affected
tflintDescription
Full Changelog: gruntwork-io/pre-commit@v0.1.20...v0.1.21
Special Thanks
v0.1.20Compare Source
Modules affected
golangci-lintDescription
golangci-linthook by @robmorgan in https://github.com/gruntwork-io/pre-commit/pull/93Full Changelog: gruntwork-io/pre-commit@v0.1.19...v0.1.20
v0.1.19Compare Source
Modules affected
sentinel-fmtDescription
Special thanks
Full Changelog: gruntwork-io/pre-commit@v0.1.18...v0.1.19
v0.1.18Compare Source
Modules affected
mdlink-check.shDescription
Ignore hash links when running
markdown-link-check, which is not capable of correctly parsing HTML anchor tags.Special thanks
Special thanks to @endrec for the contribution!
Related links
v0.1.17Compare Source
Modules affected
tflintDescription
Initialise
tflintto install plugins.Special thanks
Special thanks to @ pauloconnor for the contribution!
Related links
v0.1.16Compare Source
Modules affected
packer-validateDescription
Fix a bug where
packer-validatewas not targeting correct files.Special thanks
Special thanks to @tpdownes for the contribution!
Related links
v0.1.15Compare Source
Modules affected
packer-validate[NEW MODULE]Description
A new hook was added to validate packer files.
Special thanks
Special thanks to @queglay for the contribution!
Related links
v0.1.14Compare Source
Modules affected
terraform-fmtDescription
$PATHand change it back after.Special thanks
Special thanks to @joshschmitter for the contribution!
Related links
v0.1.13Compare Source
Modules affected
go-fmtgoimportshelmlintmdlink-checkterragrunt-hclfmtyapfDescription
/usr/bin/env bashin all the scripts, to improve portability.Special thanks
Special thanks to @alias-dev for the contribution!
Related links
v0.1.12Compare Source
Modules affected
terraform-fmtterraform-validateDescription
terraform-validatehook will now (a) set theTF_IN_AUTOMATIONvariable to reduce Terraform output that isn't relevant in automation, (b) print out each directory it's running in so if you hit an error, you know where to look, (c) save errors until the end, sovalidateruns in all modules, rather than exiting on the first error.terraform-fmthook will now (a) run with-diff -checkso the differences and affected files are printed to logs, rather than written to disk and (b) save errors until the end, sofmtruns in all modules, rather than exiting on the first error.Special thanks
Special thanks to @davidalger for the contributions!
Related links
v0.1.11Compare Source
Modules affected
terraform-fmtterraform-validatetflintDescription
Use
/usr/bin/env bashinstead of/bin/bashfor better portability.Special thanks
Special thanks to @parkalla86 for their contribution!
Related links
v0.1.10Compare Source
Modules affected
helmlintDescription
helmlinthook will now run serially.Special thanks
Special thanks to @shmileee for their contribution!
Related links
v0.1.9Compare Source
Modules affected
terraform-validateDescription
This fixes a regression bug where the
terraform-validatehook that broke with thetfenvsupport release (v0.1.5).Related links
v0.1.8Compare Source
Modules affected
terraform-fmtterraform-validateterragrunt-hclfmtDescription
This fixes a regression bug where the
terraform fmtandterragrunt hclfmtcalls were not running on the right files after the improvement to supporttfenvandtgenv.Special Thanks
Special thanks to @oasys for their contribution!
Related links
v0.1.7Compare Source
Modules affected
shellcheckDescription
You can now configure
shellcheckto enable certain checks with the--enableCLI arg in thepre-commitcheck.Special Thanks
Special thanks to @06kellyjac for their contribution!
Related links
v0.1.6Compare Source
Modules affected
terraform-fmtterraform-validateterragrunt-hclfmtDescription
The terraform and terragrunt related precommit hooks now run the commands in the directory of each module to respect setups that depend on
tfenvandtgenv.Special Thanks
Special thanks to @AlainODea for their contribution!
Related links
pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)
v3.4.0: pre-commit-hooks v3.4.0Compare Source
Features
file-contents-sorter: Add--uniqueargumentcheck-vcs-permalinks: Add--additional-github-domainoptiondestroyed-symlinksto detect unintentional symlink-breakages on windows.v3.3.0: pre-commit-hooks v3.3.0Compare Source
Features
file-contents-sorter: add--ignore-caseoption for case-insensitive sortingcheck-added-large-files: add--enforce-alloption to check non-added files as wellfix-byte-order-marker: new hook which fixes UTF-8 byte-order marker.Deprecations
check-byte-order-markeris now deprecated forfix-byte-order-markerv3.2.0: pre-commit-hooks v3.2.0Compare Source
Features
debug-statements: add support forpydevd_pycharmdebuggerFixes
check-executables-have-shebangs: fix git-quoted files on windows (spaces, non-ascii, etc.)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.