pre-commit-opentofu icon indicating copy to clipboard operation
pre-commit-opentofu copied to clipboard

pre-commit git hooks to take care of OpenTofu configurations

Results 8 pre-commit-opentofu issues
Sort by recently updated
recently updated
newest added

https://github.com/tofuutils/pre-commit-opentofu/blob/7b04f0c24940f1642c8f599bfd0794dd46b0b274/.pre-commit-hooks.yaml#L40 ``` - id: tofu_docs_replace name: OpenTofu docs (overwrite README.md) description: Overwrite content of README.md with terraform-docs. require_serial: true entry: hooks/tofu_docs_replace.py language: python files: (\.tf)$ exclude: \.terraform\/.*$ ```

### What problem are you facing? OpenTofu 1.8.0 has been released. Now it is possible to have `.tofu` files instead of `.tf` files. ### How could pre-commit-opentofu help solve your...

### Describe the bug I am encountering an issue while using the pre-commit hook for OpenTofu in Docker. The hook consistently fails with the following error message. The same pre-commit...

bug

I encountered an issue with the tofuutils/pre-commit-opentofu Docker image. Currently, the image contains the tofu package as a ZIP file (tofu_1.6.1_linux_amd64.zip), but it does not include the extracted tofu binary,...

bug

Put an `x` into the box if that apply: - [ ] This PR introduces breaking change. - [ ] This PR fixes a bug. - [ ] This PR...

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. Release notes Sourced from actions/setup-python's releases. v6.1.0 What's Changed Enhancements: Add support for pip-install input by @​gowridurgad in actions/setup-python#1201 Add graalpy early-access and windows...

dependencies
github_actions

Bumps [MaxymVlasov/dive-action](https://github.com/maxymvlasov/dive-action) from 1.5.1 to 1.6.0. Release notes Sourced from MaxymVlasov/dive-action's releases. v1.6.0 What's Changed feat: Collapse PR comment table with Inefficient Files by default. Added collapse-inefficient-files-details option to manage...

stale
dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions