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 06adb7d commit 55f24a7Copy full SHA for 55f24a7
pyproject.toml
@@ -99,5 +99,6 @@ filterwarnings = [
99
"module:make_current is deprecated:DeprecationWarning",
100
"module:clear_current is deprecated:DeprecationWarning",
101
"module:There is no current event loop:DeprecationWarning",
102
- "ignore:Passing a schema to Validator.iter_errors:DeprecationWarning"
+ "ignore:Passing a schema to Validator.iter_errors:DeprecationWarning",
103
+ "module:Subclassing validator classes is not intended to be part of their public API:DeprecationWarning"
104
]
0 commit comments