Spaces:
Sleeping
Sleeping
Reem commited on
Commit ·
1857bb8
1
Parent(s): 733458a
--extend-ignore=F821/--select=E9,F63,F7,F82
Browse files
.github/workflows/push_to_hf_space.yml
CHANGED
|
@@ -44,7 +44,7 @@ jobs:
|
|
| 44 |
# -------------------------
|
| 45 |
- name: Lint notebooks
|
| 46 |
run: |
|
| 47 |
-
nbqa flake8 . --exclude A2,A3 --extend-ignore=F821 --statistics
|
| 48 |
|
| 49 |
# -------------------------
|
| 50 |
# 5. Block problematic files
|
|
|
|
| 44 |
# -------------------------
|
| 45 |
- name: Lint notebooks
|
| 46 |
run: |
|
| 47 |
+
nbqa flake8 . --exclude A2,A3 --extend-ignore=F821 --select=E9,F63,F7,F82 --statistics
|
| 48 |
|
| 49 |
# -------------------------
|
| 50 |
# 5. Block problematic files
|