We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889288c commit 2c9b1a3Copy full SHA for 2c9b1a3
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: |
30
curl -LsSf https://astral.sh/uv/install.sh | sh
31
- ~/.local/bin/uv sync
+ ~/.local/bin/uv sync --all-extras
32
- name: Lint with ruff
33
34
~/.local/bin/uv run ruff check aiutil/ tests/
tests/filesystem/test_filesystem.py
@@ -1,7 +1,7 @@
1
"""Test dataframe.py."""
2
3
from pathlib import Path
4
-import aiutil
+import aiutil.filesystem
5
6
BASE_DIR = Path(__file__).resolve().parent
7
0 commit comments