Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC authored Jan 21, 2025
1 parent d5ddda1 commit b2dc769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ requires-python = ">=3.12"
strict = true
# Done because tons of Python packages are missing stubs or py.typed markers
ignore_missing_imports = true
# Done because some calls inside rclpy are not typed
disallow_untyped_calls = false

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

0 comments on commit b2dc769

Please sign in to comment.