Skip to content

Commit 585c5d8

Browse files
committed
fixed cli codestyle errors
1 parent d936299 commit 585c5d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_full.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
- name: Install Dependencies
3939
run: flit install --symlink
4040
- name: Black
41-
run: black --check ellar tests
41+
run: black --check ellar_cli tests
4242
- name: isort
43-
run: isort --check ellar tests
43+
run: isort --check ellar_cli tests
4444
- name: Flake8
45-
run: flake8 ellar tests
45+
run: flake8 ellar_cli tests
4646
- name: mypy
47-
run: mypy ellar
47+
run: mypy ellar_cli

0 commit comments

Comments
 (0)