Commit 173b3901 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

update linting and pipeline jobs

parent 2f35be55
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -98,6 +98,8 @@ docs-publish:
  rules:
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
      when: always
    - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
      when: never
    - when: manual
  script:
    - |
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ repos:
  hooks:
    - id: mypy
      name: mypy
      entry: poetry run mypy src
      entry: poetry run mypy .
      language: system
      types: [python]
      verbose: true