Skip to content

Commit

Permalink
fix: do not pass files for tf docs pre-commit hook (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
akocbek authored Dec 11, 2023
1 parent 8094e69 commit b273cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-assets/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ repos:
entry: python3 ci/terraformDocs.py
language: python
files: "README.md"
pass_filenames: true
pass_filenames: false
always_run: true
- id: add_overview
name: Add overview section to README
Expand Down

0 comments on commit b273cc7

Please sign in to comment.