Skip to content

Commit 499aa00

Browse files
committed
ruff
1 parent f0516b2 commit 499aa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- name: lint with mypy
4040
run: poetry run mypy src
4141
- name: lint with ruff
42-
run: poetry run ruff --show-source --statistics --ignore=E203,E501,W503 src
42+
run: poetry run src
4343
- name: pytest
4444
run: poetry run pytest

0 commit comments

Comments
 (0)