We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0516b2 commit 5c238cfCopy full SHA for 5c238cf
.github/workflows/test.yml
@@ -39,6 +39,6 @@ jobs:
39
- name: lint with mypy
40
run: poetry run mypy src
41
- name: lint with ruff
42
- run: poetry run ruff --show-source --statistics --ignore=E203,E501,W503 src
+ run: poetry run ruff src
43
- name: pytest
44
run: poetry run pytest
0 commit comments