Skip to content
Snippets Groups Projects
Commit 62552999 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add black to github action

parent 3cb2e1f8
No related branches found
No related tags found
2 merge requests!131WIP: Fix linting,!125Update CI config
...@@ -19,7 +19,9 @@ jobs: ...@@ -19,7 +19,9 @@ jobs:
architecture: 'x64' architecture: 'x64'
- name: find trailing whitespace - name: find trailing whitespace
uses: harupy/find-trailing-whitespace@master uses: harupy/find-trailing-whitespace@master
- name: Install dependencies - name: Run black
uses: psf/black@stable
- name: Install flake8
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install flake8 pip install flake8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment