File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,11 @@ filterwarnings =
265
265
always:The \(fspath.*\) argument to YamlTestFile is deprecated:pytest.PytestRemovedIn8Warning
266
266
always:module 'sre_constants' is deprecated:DeprecationWarning
267
267
always:pkg_resources is deprecated as an API:DeprecationWarning
268
+ always:ast.Ellipsis is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
269
+ always:ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
270
+ always:ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
271
+ always:ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
272
+ always:ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning:mypy.fastparse
268
273
269
274
[doc8]
270
275
ignore-path = doc-source/build
You can’t perform that action at this time.
0 commit comments