From bff333ed8297e80bcde428b7b3e3410d0e3f0a6e Mon Sep 17 00:00:00 2001 From: Bryn Pickering <17178478+brynpickering@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:53:20 +0100 Subject: [PATCH] Run pre-commit on _all_ files --- tests/test_postprocess_math_documentation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_postprocess_math_documentation.py b/tests/test_postprocess_math_documentation.py index d8be8a5d..fb2558de 100644 --- a/tests/test_postprocess_math_documentation.py +++ b/tests/test_postprocess_math_documentation.py @@ -1,6 +1,7 @@ from pathlib import Path import pytest + from calliope.postprocess.math_documentation import MathDocumentation from .common.util import build_test_model, check_error_or_warning