repos: - repo: https://github.com/psf/black rev: 23.3.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 rev: "6.0.0" # pick a git hash / tag to point to hooks: - id: flake8 - repo: https://github.com/norwoodj/helm-docs rev: v1.11.0 hooks: - id: helm-docs args: # Make the tool search for charts only under the `example-charts` directory - --chart-search-root=charts/ecr-cleanup # # The `./` makes it relative to the chart-search-root set above # - --template-files=./_templates.gotmpl # Repeating the flag adds this to the list, now [./_templates.gotmpl, README.md.gotmpl] # A base filename makes it relative to each chart directory found - --template-files=README.md.gotmpl