Revert black formatting of essential_plugins
Done in a02310a140
(likely automatic), but loses information of the
comment obviously.
This commit is contained in:
parent
466bbbf8e8
commit
a5224f7490
|
@ -133,7 +133,13 @@ def directory_arg(path, optname):
|
|||
|
||||
|
||||
# Plugins that cannot be disabled via "-p no:X" currently.
|
||||
essential_plugins = ("mark", "main", "runner", "fixtures", "helpconfig") # Provides -p.
|
||||
essential_plugins = (
|
||||
"mark",
|
||||
"main",
|
||||
"runner",
|
||||
"fixtures",
|
||||
"helpconfig", # Provides -p.
|
||||
)
|
||||
|
||||
default_plugins = essential_plugins + (
|
||||
"python",
|
||||
|
|
Loading…
Reference in New Issue