We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb566d4 commit fea5988Copy full SHA for fea5988
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
rev: v2.11.1
14
hooks:
15
- id: pylint
16
- args: [--disable=import-error,--jobs=0, --fail-under=9.8]
+ args: [--disable=import-error,--jobs=0, --fail-under=9.8, --ignore-patterns=test.*?py]
17
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
rev: v4.0.1
0 commit comments