Skip to content

Commit bcad054

Browse files
committed
fixing pylint issues
1 parent b5ec42d commit bcad054

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint-format.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ jobs:
2222
run: |
2323
pip install -r requirements.txt
2424
python -m pip install --upgrade pip
25-
pip install pylint
26-
pip install black
2725
2826
- name: Run pylint
2927
run: pylint $(git ls-files '*.py')
3028

3129
- name: Run black
32-
run: black .
30+
run: black --check .

0 commit comments

Comments
 (0)