We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bbdeb commit a25fa41Copy full SHA for a25fa41
README.rst
@@ -173,7 +173,7 @@ limitations make it difficult.
173
174
**B027**: Empty method in abstract base class, but has no abstract decorator. Consider adding @abstractmethod.
175
176
-**BO28**: No explicit stacklevel keyword argument found. The warn method from the warnings module uses a
+**B028**: No explicit stacklevel keyword argument found. The warn method from the warnings module uses a
177
stacklevel of 1 by default. This will only show a stack trace for the line on which the warn method is called.
178
It is therefore recommended to use a stacklevel of 2 or greater to provide more information to the user.
179
0 commit comments