Skip to content

Commit aefde2d

Browse files
chore: fix lint-python
1 parent 7f17d4f commit aefde2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- run: pip install --user ruff
16-
- run: ruff --ignore="E722,F40,F841" --line-length=320 --target-version=py37 .
16+
- run: ruff check --ignore="E722,F40,F841" --line-length=320 --target-version=py37 .

0 commit comments

Comments
 (0)