Skip to content

Commit

Permalink
Merge pull request #136 from CWRUbotix/mypy-test
Browse files Browse the repository at this point in the history
Update Mypy settings
  • Loading branch information
benjaminwp18 authored Jan 23, 2025
2 parents 43be9b1 + 8b56740 commit 53596ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ strict = true
ignore_missing_imports = true
# Done because some calls inside rclpy are not typed
disallow_untyped_calls = false
# Done because rclpy Node has type Any
disallow_subclassing_any = false

# For pre-commit CI
[tool.ruff]
Expand Down

0 comments on commit 53596ca

Please sign in to comment.