Yurii Paniv commited on
Commit
8ed336b
·
1 Parent(s): 2ffc7e7

Check code with black

Browse files
Files changed (1) hide show
  1. .github/workflows/hf-sync.yml +3 -0
.github/workflows/hf-sync.yml CHANGED
@@ -25,6 +25,9 @@ jobs:
25
  python -m pip install --upgrade pip
26
  pip install pytest
27
  pip install -r requirements-test.txt
 
 
 
28
  #- name: Lint with flake8
29
  # run: |
30
  # # stop the build if there are Python syntax errors or undefined names
 
25
  python -m pip install --upgrade pip
26
  pip install pytest
27
  pip install -r requirements-test.txt
28
+ - name: Check code with black
29
+ run: |
30
+ black --check .
31
  #- name: Lint with flake8
32
  # run: |
33
  # # stop the build if there are Python syntax errors or undefined names