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

Add explicit black version

parent 496936f6
No related branches found
No related tags found
2 merge requests!131WIP: Fix linting,!125Update CI config
...@@ -21,6 +21,11 @@ jobs: ...@@ -21,6 +21,11 @@ jobs:
uses: harupy/find-trailing-whitespace@master uses: harupy/find-trailing-whitespace@master
- name: Run black - name: Run black
uses: psf/black@stable uses: psf/black@stable
with:
# Default value
#options: "--check --diff"
#src: "."
version: "22.3.0"
- name: Install flake8 - name: Install flake8
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
......
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