Skip to content

Commit fea5988

Browse files
committed
pre-commit pylint ignore test_*.py
1 parent eb566d4 commit fea5988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
rev: v2.11.1
1414
hooks:
1515
- id: pylint
16-
args: [--disable=import-error,--jobs=0, --fail-under=9.8]
16+
args: [--disable=import-error,--jobs=0, --fail-under=9.8, --ignore-patterns=test.*?py]
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
1919
rev: v4.0.1

0 commit comments

Comments
 (0)