diff --git a/src/hpc_multibench/run_configuration.py b/src/hpc_multibench/run_configuration.py index eb24e4b..7811d3c 100755 --- a/src/hpc_multibench/run_configuration.py +++ b/src/hpc_multibench/run_configuration.py @@ -37,7 +37,7 @@ def __init__( self.instantiation: dict[str, Any] | None = None @property - def sbatch_contents(self) -> str: + def sbatch_contents(self) -> str: # noqa: C901 """Construct the sbatch configuration for the run.""" sbatch_file = SHELL_SHEBANG