File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ jobs:
3333 install-cmd : uv sync --frozen --active
3434
3535 - name : Run black
36- run : uv run black --check --diff python-objectstore-client
36+ run : black --check --diff python-objectstore-client
3737
3838 - name : Run isort
39- run : uv run isort --check-only --diff python-objectstore-client
39+ run : isort --check-only --diff python-objectstore-client
4040
4141 - name : Run flake8
42- run : uv run flake8 python-objectstore-client
42+ run : flake8 python-objectstore-client
4343
4444 - name : Run mypy
45- run : uv run mypy python-objectstore-client
45+ run : mypy python-objectstore-client
4646
4747 test :
4848 name : Test
6262 install-cmd : uv sync --frozen --active
6363
6464 - name : Run tests
65- run : pytest
65+ run : pytest python-objectstore-client
You can’t perform that action at this time.
0 commit comments