Skip to content

CI: Enable mypy#350

Open
VeckoTheGecko wants to merge 2 commits into
Parcels-code:mainfrom
VeckoTheGecko:push-yzrnsoxrlxpz
Open

CI: Enable mypy#350
VeckoTheGecko wants to merge 2 commits into
Parcels-code:mainfrom
VeckoTheGecko:push-yzrnsoxrlxpz

Conversation

@VeckoTheGecko
Copy link
Copy Markdown
Collaborator

  • Closes Mypy support #180
  • Tests added - NA
  • Re-ran README.md help commands if the CLI has changed - NA
  • PR adheres with the current design document (or design document is updated)

This PR doesn't actually fix typing errors, just re-enables the workflows.

@VeckoTheGecko VeckoTheGecko requested a review from j-atkins June 2, 2026 15:14
Comment thread pyproject.toml
Comment on lines +129 to +144
"src/virtualship/cli/_plan.py",
"src/virtualship/cli/_run.py",
"src/virtualship/cli/commands.py",
"src/virtualship/cli/validator_utils.py",
"src/virtualship/expedition/simulate_schedule.py",
"src/virtualship/instruments/adcp.py",
"src/virtualship/instruments/argo_float.py",
"src/virtualship/instruments/base.py",
"src/virtualship/instruments/ctd.py",
"src/virtualship/instruments/drifter.py",
"src/virtualship/instruments/ship_underwater_st.py",
"src/virtualship/instruments/xbt.py",
"src/virtualship/make_realistic/problems/simulator.py",
"src/virtualship/models/checkpoint.py",
"src/virtualship/models/expedition.py",
"src/virtualship/utils.py",
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gradually this list should become smaller as we become typesafe in virtualship

 zizmor .github --gh-token $(gh auth token) --fix=unsafe-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mypy support

1 participant