Skip to content

Commit 9e68867

Browse files
committed
lint with ruff
1 parent 2a5a219 commit 9e68867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: poetry install
4242
- name: Run pytest
4343
run: |
44-
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black
44+
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black --ruff
4545
- name: Upload coverage to Codecov
4646
uses: codecov/codecov-action@v3
4747
with:

0 commit comments

Comments
 (0)