poetry run ruff
This commit is contained in:
parent
900b65ae01
commit
64f5870495
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user