mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-15 06:32:11 +03:00
Update black.yml
This commit is contained in:
parent
a3e2bca88b
commit
ae48b76708
6
.github/workflows/black.yml
vendored
6
.github/workflows/black.yml
vendored
|
@ -13,8 +13,12 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m venv .venv
|
||||
source .vevn/bin/activate
|
||||
python -m pip install --upgrade pip
|
||||
pip install black
|
||||
|
||||
- name: Check code format with black
|
||||
run: black --check .
|
||||
run: |
|
||||
source .vevn/bin/activate
|
||||
black --check .
|
||||
|
|
Loading…
Reference in New Issue
Block a user