We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7681b51 commit d53fb60Copy full SHA for d53fb60
.pylintrc
@@ -1,15 +1,10 @@
1
[MASTER]
2
3
-# A comma-separated list of package or module names from where C extensions may
4
-# be loaded. Extensions are loading into the active Python interpreter and may
5
-# run arbitrary code
6
-extension-pkg-whitelist=
7
-
8
-# Add files or directories to the blacklist. They should be base names, not
+# Add files or directories to the ignore list. They should be base names, not
9
# paths.
10
ignore=CVS
11
12
-# Add files or directories matching the regex patterns to the blacklist. The
+# Add files or directories matching the regex patterns to the denylist. The
13
# regex matches against base names, not paths.
14
ignore-patterns=
15
0 commit comments