diff --git a/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt b/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt index a6bfcd8a7896..9e7e40af5094 100644 --- a/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt +++ b/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt @@ -1,28 +1,24 @@ # Autogenerated methods using @attr.* decorators -bugbear.B040CaughtException.__attrs_attrs__ -bugbear.B040CaughtException.__attrs_own_setattr__ +.*\.__attrs_attrs__ +.*\.__attrs_own_setattr__ +.*\.__attrs_props__ bugbear.B040CaughtException.__match_args__ -bugbear.B041VariableKeyType.__attrs_attrs__ bugbear.B041VariableKeyType.__match_args__ -bugbear.BugBearChecker.__attrs_attrs__ bugbear.BugBearChecker.__ge__ bugbear.BugBearChecker.__gt__ bugbear.BugBearChecker.__le__ bugbear.BugBearChecker.__lt__ bugbear.BugBearChecker.__match_args__ -bugbear.BugBearVisitor.__attrs_attrs__ bugbear.BugBearVisitor.__ge__ bugbear.BugBearVisitor.__gt__ bugbear.BugBearVisitor.__le__ bugbear.BugBearVisitor.__lt__ bugbear.BugBearVisitor.__match_args__ -bugbear.NameFinder.__attrs_attrs__ bugbear.NameFinder.__ge__ bugbear.NameFinder.__gt__ bugbear.NameFinder.__le__ bugbear.NameFinder.__lt__ bugbear.NameFinder.__match_args__ -bugbear.NamedExprFinder.__attrs_attrs__ bugbear.NamedExprFinder.__ge__ bugbear.NamedExprFinder.__gt__ bugbear.NamedExprFinder.__le__ diff --git a/stubs/jsonschema/@tests/stubtest_allowlist.txt b/stubs/jsonschema/@tests/stubtest_allowlist.txt index b140a9c3bf1e..678e493fd916 100644 --- a/stubs/jsonschema/@tests/stubtest_allowlist.txt +++ b/stubs/jsonschema/@tests/stubtest_allowlist.txt @@ -6,70 +6,28 @@ jsonschema.benchmarks.* jsonschema.__main__ # Autogenerated methods using @attr.* decorators: -jsonschema.Draft201909Validator.__attrs_attrs__ -jsonschema.Draft201909Validator.__attrs_own_setattr__ -jsonschema.Draft201909Validator.__attrs_post_init__ +.*\.__attrs_attrs__ +.*\.__attrs_own_setattr__ +.*\.__attrs_post_init__ +.*\.__attrs_props__ jsonschema.Draft201909Validator.__match_args__ -jsonschema.Draft202012Validator.__attrs_attrs__ -jsonschema.Draft202012Validator.__attrs_own_setattr__ -jsonschema.Draft202012Validator.__attrs_post_init__ jsonschema.Draft202012Validator.__match_args__ -jsonschema.Draft3Validator.__attrs_attrs__ -jsonschema.Draft3Validator.__attrs_own_setattr__ -jsonschema.Draft3Validator.__attrs_post_init__ jsonschema.Draft3Validator.__match_args__ -jsonschema.Draft4Validator.__attrs_attrs__ -jsonschema.Draft4Validator.__attrs_own_setattr__ -jsonschema.Draft4Validator.__attrs_post_init__ jsonschema.Draft4Validator.__match_args__ -jsonschema.Draft6Validator.__attrs_attrs__ -jsonschema.Draft6Validator.__attrs_own_setattr__ -jsonschema.Draft6Validator.__attrs_post_init__ jsonschema.Draft6Validator.__match_args__ -jsonschema.Draft7Validator.__attrs_attrs__ -jsonschema.Draft7Validator.__attrs_own_setattr__ -jsonschema.Draft7Validator.__attrs_post_init__ jsonschema.Draft7Validator.__match_args__ -jsonschema.RefResolutionError.__attrs_attrs__ jsonschema.RefResolutionError.__match_args__ -jsonschema.TypeChecker.__attrs_attrs__ jsonschema.TypeChecker.__match_args__ -jsonschema._types.TypeChecker.__attrs_attrs__ jsonschema._types.TypeChecker.__match_args__ -jsonschema.cli._Outputter.__attrs_attrs__ -jsonschema.cli._Outputter.__attrs_own_setattr__ jsonschema.cli._Outputter.__match_args__ -jsonschema.cli._PlainFormatter.__attrs_attrs__ -jsonschema.cli._PlainFormatter.__attrs_own_setattr__ jsonschema.cli._PlainFormatter.__match_args__ -jsonschema.cli._PrettyFormatter.__attrs_attrs__ -jsonschema.cli._PrettyFormatter.__attrs_own_setattr__ jsonschema.cli._PrettyFormatter.__match_args__ -jsonschema.exceptions.RefResolutionError.__attrs_attrs__ jsonschema.exceptions.RefResolutionError.__match_args__ -jsonschema.validators.Draft201909Validator.__attrs_attrs__ -jsonschema.validators.Draft201909Validator.__attrs_own_setattr__ -jsonschema.validators.Draft201909Validator.__attrs_post_init__ jsonschema.validators.Draft201909Validator.__match_args__ -jsonschema.validators.Draft202012Validator.__attrs_attrs__ -jsonschema.validators.Draft202012Validator.__attrs_own_setattr__ -jsonschema.validators.Draft202012Validator.__attrs_post_init__ jsonschema.validators.Draft202012Validator.__match_args__ -jsonschema.validators.Draft3Validator.__attrs_attrs__ -jsonschema.validators.Draft3Validator.__attrs_own_setattr__ -jsonschema.validators.Draft3Validator.__attrs_post_init__ jsonschema.validators.Draft3Validator.__match_args__ -jsonschema.validators.Draft4Validator.__attrs_attrs__ -jsonschema.validators.Draft4Validator.__attrs_own_setattr__ -jsonschema.validators.Draft4Validator.__attrs_post_init__ jsonschema.validators.Draft4Validator.__match_args__ -jsonschema.validators.Draft6Validator.__attrs_attrs__ -jsonschema.validators.Draft6Validator.__attrs_own_setattr__ -jsonschema.validators.Draft6Validator.__attrs_post_init__ jsonschema.validators.Draft6Validator.__match_args__ -jsonschema.validators.Draft7Validator.__attrs_attrs__ -jsonschema.validators.Draft7Validator.__attrs_own_setattr__ -jsonschema.validators.Draft7Validator.__attrs_post_init__ jsonschema.validators.Draft7Validator.__match_args__ # >= Python 3.13 jsonschema.Draft201909Validator.__replace__