Skip to content

Commit d12fdb0

Browse files
fix: running flake8 and pyright
1 parent 7bd26d1 commit d12fdb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
2424
- name: Linting code by flake8
2525
run: |
26-
python -m flake8 --show-source --statistics
26+
pipx run flake8 --show-source --statistics
2727
2828
- name: Check types by pyright
2929
run: |
30-
python -m pyright
30+
pipx run pyright

0 commit comments

Comments
 (0)