Skip to content

Conversation

@openminddev
Copy link
Contributor

This pull request primarily improves code documentation and updates development tooling configuration. The main changes include standardizing and clarifying docstrings for better readability, correcting minor typos, and refining pre-commit hooks to ensure consistent code formatting and typo checking.

Documentation Improvements:

Development Tooling Updates:

  • Updated .pre-commit-config.yaml to adjust black and isort versions, add the typos hook for spell checking, and remove redundant isort configuration.
  • Added .typos.toml to configure custom word ignore rules for the typos pre-commit hook.

Minor Documentation and Typo Fixes:

  • Fixed typos in the README.md, correcting "Gazebo Simulatore" to "Gazebo Simulate". [1] [2]

openminddev and others added 3 commits January 7, 2026 14:52
Corrected various spelling errors and comments across multiple files, including 'Gazebo Simulatore' to 'Gazebo Simulate' and 'degress' to 'degrees'. Renamed message files and updated imports and references from 'Reponse' to 'Response' for consistency in om_api and orchestrator modules. Added typos pre-commit hook and configuration for improved typo detection.
This commit adds and refines docstrings for classes, methods, and functions across multiple modules, clarifying their purpose and usage. It standardizes parameter and return value documentation to use NumPy-style sections, improving code readability and maintainability for developers.
@openminddev openminddev merged commit daa21aa into main Jan 7, 2026
2 checks passed
@openminddev openminddev deleted the improve-lint branch January 7, 2026 23:44
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.

2 participants