We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be35a7b commit 94e8554Copy full SHA for 94e8554
pyproject.toml
@@ -63,6 +63,7 @@ testpaths = 'tests'
63
filterwarnings = [
64
'error',
65
'ignore:This is a placeholder until pydantic-settings.*:UserWarning',
66
+ 'ignore::DeprecationWarning:botocore.*:',
67
]
68
69
[tool.coverage.run]
0 commit comments