Skip to content

Commit

Permalink
Fixing pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormachin committed Oct 4, 2024
1 parent b649b09 commit 050eb51
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MD024: false
MD013:
line_length: 100
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.85.0
hooks:
- id: terraform_fmt
- id: terraform_tflint
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
hooks:
- id: ruff
- id: ruff-format

0 comments on commit 050eb51

Please sign in to comment.