Skip to content

Commit 2079836

Browse files
committed
Revert changes for linting
1 parent 9c0d4dc commit 2079836

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/lint.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,12 @@ jobs:
4040
- name: Install Poetry Dependencies
4141
if: steps.cache-poetry.outputs.cache-hit != 'true'
4242
run: |
43-
poetry install
44-
45-
- name: Install Pyright and Ruff
46-
run: |
47-
pip install --upgrade pyright ruff
43+
poetry install --with dev
4844
4945
- name: Run Pyright
5046
run: |
51-
pyright bot
47+
poetry run pyright bot
5248
5349
- name: Run Ruff
5450
run: |
55-
ruff bot
51+
poetry run ruff bot

0 commit comments

Comments
 (0)