Remove (now) unnecessary fmt: off

This commit is contained in:
Daniel Hahler 2019-11-16 18:51:02 +01:00
parent a8c16d9b75
commit 3d8649b206
1 changed files with 2 additions and 2 deletions

View File

@ -116,13 +116,13 @@ def directory_arg(path, optname):
# Plugins that cannot be disabled via "-p no:X" currently.
essential_plugins = ( # fmt: off
essential_plugins = (
"mark",
"main",
"runner",
"fixtures",
"helpconfig", # Provides -p.
) # fmt: on
)
default_plugins = essential_plugins + (
"python",