poetry run ruff

This commit is contained in:
James Turk 2024-04-26 16:47:22 -05:00
parent 900b65ae01
commit 64f5870495

View File

@ -25,7 +25,7 @@ jobs:
run: poetry install run: poetry install
- name: ruff - name: ruff
run: ruff src run: poetry run ruff src
# TODO: restore mypy linting # TODO: restore mypy linting
# - name: mypy # - name: mypy