Skip to content

Commit 1186415

Browse files
Fix pylint target files.
1 parent 7a0f9ff commit 1186415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ repos:
4141
entry: pylint
4242
language: system
4343
types: [python]
44-
files: ^({{ cookiecutter.pkg_name }}|test)/
44+
files: ^(hcl2|test)/
4545
args: [--rcfile=pylintrc, --output-format=colorized, --score=no]

0 commit comments

Comments
 (0)