Run ruff with isort

Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
This commit is contained in:
Yurii Serhiichuk 2024-09-29 12:16:14 +02:00
parent 259990565c
commit 15fb3e762a
1 changed files with 1 additions and 5 deletions

View File

@ -18,11 +18,7 @@ jobs:
- name: Install the project
run: uv sync --all-extras --dev
- name: Lint
run: uv run ruff check
- name: isort
run: uv run isort -c src/cloudevents
- name: flake8
run: uv run flake8 src/cloudevents --ignore W503,E731 --extend-ignore E203 --max-line-length 88
run: uv run ruff check --select I
test:
strategy: