Skip to content

Commit 0ae0685

Browse files
authored
remove non-inclusive language from pylintrc where possible (#100)
1 parent 819ece9 commit 0ae0685

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.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 denylist. They should be base names, not
94
# paths.
105
ignore=CVS,gen,proto
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)