Reem commited on
Commit
733458a
·
1 Parent(s): dc17808

--extend-ignore=F821

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