[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-01-16 15:53:15 +00:00
parent 3f8a55992c
commit 21a223262f

View File

@ -228,7 +228,8 @@ def mock_snakemake(
root_dir=None, root_dir=None,
configfiles=[], configfiles=[],
submodule_dir="workflow/submodules/pypsa-eur", submodule_dir="workflow/submodules/pypsa-eur",
**wildcards): **wildcards,
):
""" """
This function is expected to be executed from the 'scripts'-directory of ' This function is expected to be executed from the 'scripts'-directory of '
the snakemake project. It returns a snakemake.script.Snakemake object, the snakemake project. It returns a snakemake.script.Snakemake object,