Remove (now) unnecessary fmt: off

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

View File

@ -131,13 +131,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",