Skip to content

Commit b1a597a

Browse files
committed
Remove (now) unnecessary fmt: off
1 parent 5d247b9 commit b1a597a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_pytest/config/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ def directory_arg(path, optname):
131131

132132

133133
# Plugins that cannot be disabled via "-p no:X" currently.
134-
essential_plugins = ( # fmt: off
134+
essential_plugins = (
135135
"mark",
136136
"main",
137137
"runner",
138138
"fixtures",
139139
"helpconfig", # Provides -p.
140-
) # fmt: on
140+
)
141141

142142
default_plugins = essential_plugins + (
143143
"python",

0 commit comments

Comments
 (0)