We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0f9ff commit 1186415Copy full SHA for 1186415
.pre-commit-config.yaml
@@ -41,5 +41,5 @@ repos:
41
entry: pylint
42
language: system
43
types: [python]
44
- files: ^({{ cookiecutter.pkg_name }}|test)/
+ files: ^(hcl2|test)/
45
args: [--rcfile=pylintrc, --output-format=colorized, --score=no]
0 commit comments