Skip to content

Commit d53fb60

Browse files
authored
use inclusive language (#168)
* use inclusive language
1 parent 7681b51 commit d53fb60

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.pylintrc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
[MASTER]
22

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
3+
# Add files or directories to the ignore list. They should be base names, not
94
# paths.
105
ignore=CVS
116

12-
# Add files or directories matching the regex patterns to the blacklist. The
7+
# Add files or directories matching the regex patterns to the denylist. The
138
# regex matches against base names, not paths.
149
ignore-patterns=
1510

0 commit comments

Comments
 (0)