Skip to content

Commit d18e780

Browse files
committed
fixed ci flow
1 parent a87e371 commit d18e780

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test_full.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ jobs:
4242
run: flit install --symlink
4343
- name: Black
4444
run: black --check ellar_django tests
45-
- name: isort
46-
run: isort --check ellar_django tests
47-
- name: Flake8
48-
run: flake8 ellar_django tests
45+
- name: Ruff Linting Check
46+
run: ruff check ellar_django tests
4947
- name: mypy
5048
run: mypy ellar_django

0 commit comments

Comments
 (0)