Soutrik commited on
Commit
3b72aa1
·
1 Parent(s): adaca65

black ci improved

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yaml +1 -1
.github/workflows/ci.yaml CHANGED
@@ -75,7 +75,7 @@ jobs:
75
  run: poetry run flake8 . --exclude=.venv,tests,notebooks
76
 
77
  - name: black
78
- run: poetry run black . --exclude=.venv,tests,notebooks
79
 
80
  pytorch_code_test:
81
  name: Test PyTorch code
 
75
  run: poetry run flake8 . --exclude=.venv,tests,notebooks
76
 
77
  - name: black
78
+ run: poetry run black . --exclude="(\.venv|tests|notebooks)"
79
 
80
  pytorch_code_test:
81
  name: Test PyTorch code