Skip to content

Commit 15fb3e7

Browse files
committed
Run ruff with isort
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent 2599905 commit 15fb3e7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ jobs:
1818
- name: Install the project
1919
run: uv sync --all-extras --dev
2020
- name: Lint
21-
run: uv run ruff check
22-
- name: isort
23-
run: uv run isort -c src/cloudevents
24-
- name: flake8
25-
run: uv run flake8 src/cloudevents --ignore W503,E731 --extend-ignore E203 --max-line-length 88
21+
run: uv run ruff check --select I
2622

2723
test:
2824
strategy:

0 commit comments

Comments
 (0)