Skip to content

Commit 9b20928

Browse files
committed
upgrade black to latest version
1 parent 5257760 commit 9b20928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip setuptools wheel
29-
pip install black flake8 isort # Testing packages
3029
python setup.py install_egg_info # Workaround https://github.com/pypa/pip/issues/4537
3130
pip install -e .[dev]
31+
pip install black flake8 isort --upgrade # Testing packages
3232
- name: Check code format with black and isort
3333
run: |
3434
make lint

0 commit comments

Comments
 (0)