We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e26bba commit bedaa7fCopy full SHA for bedaa7f
pyproject.toml
@@ -121,6 +121,9 @@ filterwarnings = [
121
"error",
122
# spacy 3.8.7 uses some deprecated API from click for it's CLI
123
"ignore:Importing 'parser.split_arg_string' is deprecated:DeprecationWarning",
124
+ # TODO: fix this and then re-enable
125
+ # I think this has something to do with how our aValueResolver does `Table.__getitem__[Column]`
126
+ "ignore:Selecting/filtering arbitrary expressions:FutureWarning",
127
]
128
doctest_optionflags = [
129
"NORMALIZE_WHITESPACE",
0 commit comments