Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Autosubmit API Autosubmit API
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • Autosubmit APIAutosubmit API
  • Merge requests
  • !29

Update typing hints

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Luiggi Tenorio Ku requested to merge update-type-hints into main Aug 30, 2024
  • Overview 0
  • Commits 2
  • Pipelines 3
  • Changes 47

Linters usually don't recognize the type hinting format of # type and this can wrongly raise warnings when we just import something for Typing.

So, to solve it we can update the type hinting to the standard format in Python (https://docs.python.org/3.9/library/typing.html).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: update-type-hints