diff --git a/.deepsource.toml b/.deepsource.toml index 18b001a..9fa5be7 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -1,4 +1,4 @@ version = 1 [[analyzers]] -name = "terraform" \ No newline at end of file +name = "terraform" diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f380b7..798b494 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,4 +23,4 @@ updates: - "clouddrove-ci" # Add reviewer reviewers: - - "approvers" \ No newline at end of file + - "approvers" diff --git a/.gitignore b/.gitignore index 7bacaf4..cc1c6b9 100644 --- a/.gitignore +++ b/.gitignore @@ -207,4 +207,4 @@ terraform.tfstate *.tfstate.backup *.iml *.terraform.lock.hcl -*.lock.hcl \ No newline at end of file +*.lock.hcl diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b5f59d..be0b877 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/gruntwork-io/pre-commit - rev: v0.1.12 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases + rev: v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases hooks: - id: terraform-fmt - id: shellcheck - id: tflint - - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 # Use the ref you want to point at + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v5.0.0 # Use the ref you want to point at hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -18,4 +18,4 @@ repos: - id: check-merge-conflict - id: debug-statements - id: check-yaml - - id: check-added-large-files \ No newline at end of file + - id: check-added-large-files diff --git a/LICENSE b/LICENSE index b1d795e..f206edb 100644 --- a/LICENSE +++ b/LICENSE @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/Makefile b/Makefile index d9e69c6..f0eef15 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ export GENIE_PATH ?= $(shell 'pwd')/../../../genie -include $(GENIE_PATH)/Makefile \ No newline at end of file +include $(GENIE_PATH)/Makefile diff --git a/README.md b/README.md index dfe5715..618efb8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@