Skip to content

Commit 2234212

Browse files
committed
Update workflow with linting/format errors with ruff
1 parent d6b3efa commit 2234212

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Install Dependencies
2323
run: pip install -r cli/requirements.txt
2424

25-
- name: Run tests with pytest
26-
run: pytest -q
25+
- name: Run tests with Pytest & Ruff
26+
run: pytest -q --ruff

cli/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
typer
2-
pytest
2+
pytest
3+
pytest-ruff

0 commit comments

Comments
 (0)