mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Address requested changes
This commit is contained in:
parent
9aa971c069
commit
debe93a82b
2 changed files with 3 additions and 3 deletions
|
|
@ -24,12 +24,12 @@
|
||||||
exclude: \.terraform\/.*$
|
exclude: \.terraform\/.*$
|
||||||
|
|
||||||
- id: terraform_docs_replace
|
- id: terraform_docs_replace
|
||||||
name: Generate documentation for Terraform modules
|
name: Terraform docs (overwrite README.md)
|
||||||
language: python
|
language: python
|
||||||
entry: terraform_docs_replace
|
entry: terraform_docs_replace
|
||||||
files: (\.tf)$
|
files: (\.tf)$
|
||||||
exclude: \.terraform\/.*$
|
exclude: \.terraform\/.*$
|
||||||
description: Generates README.md files for Terraform modules
|
description: Overwrite content of README.md with terraform-docs
|
||||||
|
|
||||||
- id: terraform_validate_no_variables
|
- id: terraform_validate_no_variables
|
||||||
name: Terraform validate without variables
|
name: Terraform validate without variables
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pre-commit-terraform',
|
name='pre-commit-terraform',
|
||||||
description='Pre-commit hooks for Terraform',
|
description='Pre-commit hooks for terraform_docs_replace,
|
||||||
url='https://github.com/antonbabenko/pre-commit-terraform',
|
url='https://github.com/antonbabenko/pre-commit-terraform',
|
||||||
version_format='{tag}+{gitsha}',
|
version_format='{tag}+{gitsha}',
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue