File tree Expand file tree Collapse file tree 4 files changed +24
-193
lines changed
Expand file tree Collapse file tree 4 files changed +24
-193
lines changed Original file line number Diff line number Diff line change 3232 - name : Lint with ruff
3333 run : |
3434 ~/.local/bin/uv run ruff check aiutil/ tests/
35- - name : Lint with pytype
36- run : |
37- ~/.local/bin/uv run pytype ./
35+ # - name: Lint with pytype
36+ # run: |
37+ # ~/.local/bin/uv run pytype ./
3838 - name : Check code format
3939 run : |
4040 ~/.local/bin/uv run ruff format --check .
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ def _split_dir_1(
158158 path .rename (desdir / path .name )
159159
160160
161- def find_images (root_dir : str | Path | list [str ] | list [ Path ]) -> list [Path ]:
161+ def find_images (root_dir : str | Path | list [str | Path ]) -> list [Path ]:
162162 """Find all PNG images in a (sequence) of dir(s) or its/their subdirs.
163163
164164 :param root_dir: A (list) of dir(s).
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ snb = "aiutil.notebook:search.main"
7575
7676[dependency-groups ]
7777dev = [
78- " pytype>=2024.10.11 " ,
78+ " pyright>=1.1.402 " ,
7979 " ruff>=0.11.8" ,
8080 " ty>=0.0.1a10" ,
8181]
You can’t perform that action at this time.
0 commit comments