Skip to content

Commit

Permalink
skip docs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
  • Loading branch information
InvincibleRMC committed Jul 23, 2024
1 parent 6d085a4 commit 0038881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ament_index_python/test/test_mypy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@


def test_mypy() -> None:
rc = main(argv=['--exclude', 'test'])
assert rc == 0, 'Found code style errors / warnings'
rc = main(argv=['--exclude', 'test', 'docs'])
assert rc == 0, 'Found code style errors / warnings'

0 comments on commit 0038881

Please sign in to comment.