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 71f5c0c commit 5982618Copy full SHA for 5982618
.pre-commit-config.yaml
@@ -52,7 +52,6 @@ repos:
52
"--output-format=github",
53
# "--load-plugins=pylint.extensions.docparams", We're not ready for that
54
]
55
- exclude: tests/testdata|conf.py
56
- repo: https://github.com/pre-commit/mirrors-mypy
57
rev: v1.11.2
58
hooks:
pylintrc
@@ -11,6 +11,12 @@
11
# paths.
12
ignore=CVS
13
14
+# Add files or directories matching the regular expressions patterns to the
15
+# ignore-list. The regex matches against paths and can be in Posix or Windows
16
+# format. Because '\\' represents the directory delimiter on Windows systems,
17
+# it can't be used as an escape character.
18
+ignore-paths=doc/conf.py,tests/testdata/
19
+
20
# Pickle collected data for later comparisons.
21
persistent=yes
22
0 commit comments