Skip to content

Commit

Permalink
switch to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Jul 15, 2024
1 parent aae9d9a commit 89637a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
python -m pip install poetry
poetry install
- name: ruff
run: poetry run ruff supervisor_react
run: poetry run ruff check supervisor_react
- name: mypy
run: poetry run mypy supervisor_react

0 comments on commit 89637a0

Please sign in to comment.