Skip to content

Commit

Permalink
ignore mypy errors for docs update script
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Nov 7, 2024
1 parent 4824f5b commit af61e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/update_example_docs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# mypy: ignore-errors
"""Helper script for updating the auto-generated examples pages in the documentation."""

from __future__ import annotations
Expand All @@ -14,9 +15,8 @@
from pathlib import Path
from typing import Iterable, Optional, Tuple, Union

from tqdm import tqdm

import tyro
from tqdm import tqdm


def command_to_rst(

Check failure on line 22 in docs/update_example_docs.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (I001)

docs/update_example_docs.py:4:1: I001 Import block is un-sorted or un-formatted
Expand Down

0 comments on commit af61e9b

Please sign in to comment.