mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable B026 (keyword argument must come after starred arguments)
This commit is contained in:
@@ -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 ...`
|
||||
|
||||
Reference in New Issue
Block a user