We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a470f38 commit c8ba461Copy full SHA for c8ba461
.github/workflows/pylint.yml
@@ -25,5 +25,5 @@ jobs:
25
- name: Lint
26
run: |
27
flake8 .
28
- isort --check-only --diff handyfigure/ setup.py
29
- yapf -r -d handyfigure/ setup.py
+ isort --check-only --diff handyfigure/ process_data.py
+ yapf -r -d handyfigure/ process_data.py
0 commit comments