Commit f2ebb9e5 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[ci-skip] exclude flake8 warning "E402: module level import not at top of...

[ci-skip] exclude flake8 warning "E402: module level import not at top of file"; required for helper scripts to find ivas_processing_scripts module
parent 9745af21
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ lint:
    - linux
  allow_failure: true
  script:
    - flake8 --max-line-length 88 --extend-ignore=E203,E501,E741
    - flake8 --max-line-length 88 --extend-ignore=E203,E402,E501,E741

format:
  stage: analyze