You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
replaced black formatter with ruff formatter
src/maritime_schema/types/caga.py: class ShipStatic(): set the length, width, and shipType fields as Optional.
src/maritime_schema/types/caga.py: class TrafficSituation(): set the title field as Optional.
src/maritime_schema/types/caga.py: class Ship(): updated the waypoint field, so that if the class has initial data without waypoints, they will automatically be created.
Dependencies
added pyproj==3.6.1 (used for geodesic calculations)
updated to ruff==0.3.0 (from ruff==0.2.1)
updated to pyright==1.1.352 (from pyright==1.1.350)