Skip to content

Commit 0d009ae

Browse files
committed
Ignore escape sequence warnings
1 parent 9e5e161 commit 0d009ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,7 @@ filterwarnings = [
224224
"ignore:.*from_type\\(thing=Path\\).*:hypothesis.errors.SmallSearchSpaceWarning",
225225
# Used by pip-api. To be removed when we remove that deprecated finder.
226226
"ignore:.*sre_constants.*:DeprecationWarning",
227+
# Many escape sequence warnings in transitive dependencies from pipreqs. To be removed when we
228+
# remove that deprecated finder.
229+
"ignore:.*invalid escape sequence.*:SyntaxWarning",
227230
]

0 commit comments

Comments
 (0)