Skip to content

Commit

Permalink
Fix ruff isort errors (#215)
Browse files Browse the repository at this point in the history
This was blocking #214.

Should we pin ruff in the future?
  • Loading branch information
konstin committed Aug 22, 2024
1 parent 737bc70 commit ff0bbd8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from pathlib import Path

import pytest

from packse import __development_base_path__

MAX_FILE_LENGTH = 500
Expand Down
1 change: 1 addition & 0 deletions tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from pathlib import Path

import pytest

from packse import __development_base_path__
from packse.scenario import load_scenario, scenario_hash

Expand Down
1 change: 1 addition & 0 deletions tests/test_inspect.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from packse import __development_base_path__

from .common import snapshot_command
Expand Down
1 change: 1 addition & 0 deletions tests/test_list.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from packse import __development_base_path__

from .common import snapshot_command
Expand Down
1 change: 1 addition & 0 deletions tests/test_publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from typing import Generator

import pytest

from packse import __development_base_path__

from .common import snapshot_command
Expand Down
1 change: 1 addition & 0 deletions tests/test_scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"""

import pytest

from packse import __development_base_path__

from .common import snapshot_command
Expand Down
1 change: 1 addition & 0 deletions tests/test_view.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from packse import __development_base_path__

from .common import snapshot_command
Expand Down

0 comments on commit ff0bbd8

Please sign in to comment.