Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions stubs/flake8-bugbear/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
@@ -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__
Expand Down
50 changes: 4 additions & 46 deletions stubs/jsonschema/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down