From f9170379ffcd655e3e60d8a6dc1037e7729988e4 Mon Sep 17 00:00:00 2001 From: konsti Date: Thu, 22 Aug 2024 17:52:30 +0200 Subject: [PATCH] Fix ruff isort errors (#215) This was blocking #214. Should we pin ruff in the future? --- tests/common.py | 1 + tests/test_build.py | 1 + tests/test_inspect.py | 1 + tests/test_list.py | 1 + tests/test_publish.py | 1 + tests/test_scenarios.py | 1 + tests/test_view.py | 1 + 7 files changed, 7 insertions(+) diff --git a/tests/common.py b/tests/common.py index e4ec58f3..2c3104da 100644 --- a/tests/common.py +++ b/tests/common.py @@ -14,6 +14,7 @@ from pathlib import Path import pytest + from packse import __development_base_path__ MAX_FILE_LENGTH = 500 diff --git a/tests/test_build.py b/tests/test_build.py index 9784c5ed..0eaf6a61 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -2,6 +2,7 @@ from pathlib import Path import pytest + from packse import __development_base_path__ from packse.scenario import load_scenario, scenario_hash diff --git a/tests/test_inspect.py b/tests/test_inspect.py index 3afe631c..de7ef552 100644 --- a/tests/test_inspect.py +++ b/tests/test_inspect.py @@ -1,4 +1,5 @@ import pytest + from packse import __development_base_path__ from .common import snapshot_command diff --git a/tests/test_list.py b/tests/test_list.py index dc47e7bf..4885889a 100644 --- a/tests/test_list.py +++ b/tests/test_list.py @@ -1,4 +1,5 @@ import pytest + from packse import __development_base_path__ from .common import snapshot_command diff --git a/tests/test_publish.py b/tests/test_publish.py index a7fc3478..796205b4 100644 --- a/tests/test_publish.py +++ b/tests/test_publish.py @@ -8,6 +8,7 @@ from typing import Generator import pytest + from packse import __development_base_path__ from .common import snapshot_command diff --git a/tests/test_scenarios.py b/tests/test_scenarios.py index 3849858f..8486c299 100644 --- a/tests/test_scenarios.py +++ b/tests/test_scenarios.py @@ -3,6 +3,7 @@ """ import pytest + from packse import __development_base_path__ from .common import snapshot_command diff --git a/tests/test_view.py b/tests/test_view.py index 6df5ae26..b240a464 100644 --- a/tests/test_view.py +++ b/tests/test_view.py @@ -1,4 +1,5 @@ import pytest + from packse import __development_base_path__ from .common import snapshot_command