mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
moved black to linting job
This commit is contained in:
parent
595a90b9de
commit
f2b475fe17
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint-and-test.yml
vendored
4
.github/workflows/lint-and-test.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8
|
||||
pip install flake8 black
|
||||
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -q Django==${{ matrix.django_version }}
|
||||
pip install coverage black
|
||||
pip install coverage
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue