Revert black formatting of essential_plugins

Done in a02310a140 (likely automatic), but loses information of the
comment obviously.
This commit is contained in:
Daniel Hahler 2019-12-30 15:28:37 +01:00
parent 466bbbf8e8
commit a5224f7490
1 changed files with 7 additions and 1 deletions

View File

@ -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",