Reem commited on
Commit
bf5c038
·
1 Parent(s): 7f35eb1

modified-nbqa-flake8

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 .
48
 
49
  # -------------------------
50
  # 5. Block problematic files
 
44
  # -------------------------
45
  - name: Lint notebooks
46
  run: |
47
+ nbqa flake8 . --exclude A2,A3 --select=E9,F63,F7,F82 --statistics
48
 
49
  # -------------------------
50
  # 5. Block problematic files
config.flake8 CHANGED
@@ -1,4 +1,2 @@
1
- [flake8]
2
- max-line-length = 100
3
- extend-ignore = E203, W503, E402
4
 
 
1
+
 
 
2