Skip to content

Commit 81ad835

Browse files
ci(lint): Run ruff through peotry
1 parent 0884bda commit 81ad835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Lint with ruff
2828
run: |
2929
set -xe
30-
python -m ruff format --check
30+
python -m poetry run ruff format --check

0 commit comments

Comments
 (0)