From debe93a82be27d9dab99858372a33cdde196a320 Mon Sep 17 00:00:00 2001 From: rothandrew Date: Fri, 14 Dec 2018 09:23:54 -0500 Subject: [PATCH] Address requested changes --- .pre-commit-hooks.yaml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 64f2ad8..e837636 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -24,12 +24,12 @@ exclude: \.terraform\/.*$ - id: terraform_docs_replace - name: Generate documentation for Terraform modules + name: Terraform docs (overwrite README.md) language: python entry: terraform_docs_replace files: (\.tf)$ exclude: \.terraform\/.*$ - description: Generates README.md files for Terraform modules + description: Overwrite content of README.md with terraform-docs - id: terraform_validate_no_variables name: Terraform validate without variables diff --git a/setup.py b/setup.py index 0b2d6e3..44ae516 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( 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', version_format='{tag}+{gitsha}',