Enable B026 (keyword argument must come after starred arguments)

This commit is contained in:
Adam Turner
2023-08-13 17:34:14 +01:00
committed by Adam Turner
parent bbfd3cd248
commit 5511c45f2d

View File

@@ -163,7 +163,6 @@ ignore = [
"ARG003", # unused class method argument
"ARG005", # unused lambda argument
# flake8-bugbear
"B026", # keyword argument ... must come after starred arguments
"B028", # no explicit `stacklevel` keyword argument found
# flake8-bugbear opinionated (disabled by default in flake8)
"B904", # within an except clause, raise exceptions with `raise ... from ...`