Skip to content

Commit bb53027

Browse files
committed
fixed ci flow
1 parent fb88470 commit bb53027

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
@@ -39,9 +39,7 @@ jobs:
3939
run: flit install --symlink
4040
- name: Black
4141
run: black --check ellar_throttler tests
42-
- name: isort
43-
run: isort --check ellar_throttler tests
44-
- name: Flake8
45-
run: flake8 ellar_throttler tests
42+
- name: Ruff Lint Check
43+
run: ruff check ellar_throttler tests
4644
- name: mypy
4745
run: mypy ellar_throttler

0 commit comments

Comments
 (0)