[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
0aaf065aa0
commit
91c8403dec
|
@ -210,6 +210,7 @@ def get_option_ini(config: Config, *names: str):
|
||||||
if ret:
|
if ret:
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
|
||||||
def pytest_declare_configuration(configsetup):
|
def pytest_declare_configuration(configsetup):
|
||||||
# for_plugin will auto-map from plugin name to distribution name for toml tool keys
|
# for_plugin will auto-map from plugin name to distribution name for toml tool keys
|
||||||
pluginsetup = configsetup.for_plugin(__name__)
|
pluginsetup = configsetup.for_plugin(__name__)
|
||||||
|
|
Loading…
Reference in New Issue