Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit e667d58

Browse files
Use inclusive language (#983)
1 parent 4fd8dda commit e667d58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# run arbitrary code
66
extension-pkg-whitelist=
77

8-
# Add files or directories to the blacklist. They should be base names, not
8+
# Add files or directories to the ignore list. They should be base names, not
99
# paths.
1010
ignore=CVS,venv
1111

12-
# Add files or directories matching the regex patterns to the blacklist. The
12+
# Add files or directories matching the regex patterns to the ignore list. The
1313
# regex matches against base names, not paths.
1414
ignore-patterns=
1515

graphql_compiler/compiler/expressions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
# Since MATCH uses $-prefixed keywords to indicate special values,
6060
# we must restrict those keywords from being used as variables.
61-
# For consistency, we blacklist these keywords in both Gremlin and MATCH.
61+
# For consistency, we reserve these keywords in both Gremlin and MATCH.
6262
RESERVED_MATCH_KEYWORDS = frozenset(
6363
{
6464
"$matches",

0 commit comments

Comments
 (0)