Commit ad584edd authored by Davide Ricci's avatar Davide Ricci
Browse files

Update .gitlab-ci.yml file

parent c9d3dfac
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ apply_trailing_whitespace_fix:
  artifacts:
    paths:
      - noctua/ # Pass only modified package/test dirs
      - tests/  # if LINT_FORMAT_TARGETS includes it
    expire_in: 1 hour

apply_autopep8_format:
@@ -74,7 +73,6 @@ apply_autopep8_format:
  artifacts:
    paths:
      - noctua/
      - tests/
    expire_in: 1 hour

apply_isort_format:
@@ -91,7 +89,6 @@ apply_isort_format:
  artifacts:
    paths:
      - noctua/
      - tests/
    expire_in: 1 hour

run_pylint_check: