Skip to content

B024: Missed error code #275

@decaz

Description

@decaz

Error code is missed here:

flake8-bugbear/bugbear.py

Lines 1174 to 1179 in 1007f5c

B024 = Error(
message=(
"{} is an abstract base class, but it has no abstract methods. Remember to use"
" @abstractmethod, @abstractclassmethod and/or @abstractproperty decorators."
)
)

Should be "B024 {} is an abstract ...".

Refs #274
CC @jakkdl @Zac-HD

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions