Skip to content

Commit a0a6927

Browse files
donbarbossrittau
andauthored
Update stubs/flake8-bugbear/bugbear.pyi
Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de>
1 parent 9036252 commit a0a6927

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stubs/flake8-bugbear/bugbear.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ class error(NamedTuple):
256256
col: int
257257
message: str
258258
type: type[BugBearChecker]
259-
vars: tuple[Incomplete]
259+
# Arguments for formatting the message, i.e. message.format(*vars).
260+
vars: tuple[object, ...]
260261

261262
class Error:
262263
message: str

0 commit comments

Comments
 (0)