Skip to content

Commit c8ba461

Browse files
committed
update pylint
1 parent a470f38 commit c8ba461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Lint
2626
run: |
2727
flake8 .
28-
isort --check-only --diff handyfigure/ setup.py
29-
yapf -r -d handyfigure/ setup.py
28+
isort --check-only --diff handyfigure/ process_data.py
29+
yapf -r -d handyfigure/ process_data.py

0 commit comments

Comments
 (0)