Skip to content

Commit fdcd0b7

Browse files
author
Guen Prawiroatmodjo
committed
use ruff check
1 parent d94911d commit fdcd0b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install -r requirements-dev.txt
2222
- name: Lint with ruff
23-
run: ruff .
23+
run: ruff check .
2424
- name: Check formatting with black
2525
run: black . --check --verbose
2626
- name: Run unit tests

0 commit comments

Comments
 (0)