Skip to content

Commit b5ec42d

Browse files
committed
installed black
1 parent fa3f100 commit b5ec42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
pip install -r requirements.txt
2424
python -m pip install --upgrade pip
2525
pip install pylint
26-
pip install pylint black
26+
pip install black
2727
2828
- name: Run pylint
2929
run: pylint $(git ls-files '*.py')
3030

3131
- name: Run black
32-
run: black --check .
32+
run: black .

0 commit comments

Comments
 (0)