Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Nov 17, 2023
1 parent f0516b2 commit 5c238cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: lint with mypy
run: poetry run mypy src
- name: lint with ruff
run: poetry run ruff --show-source --statistics --ignore=E203,E501,W503 src
run: poetry run ruff src
- name: pytest
run: poetry run pytest

0 comments on commit 5c238cf

Please sign in to comment.