mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
run black formatter on repo (#1891)
* add black to lint make cmd * add black dependency to installation to push test pipeline
This commit is contained in:
3
.github/workflows/push_tests.yml
vendored
3
.github/workflows/push_tests.yml
vendored
@@ -31,9 +31,10 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install flake8
|
||||
pip install black
|
||||
cd client
|
||||
npm install
|
||||
- name: Lint with flake8
|
||||
- name: Format with black and lint with flake8
|
||||
run: |
|
||||
make lint-server
|
||||
- name: Lint src with eslint
|
||||
|
||||
Reference in New Issue
Block a user