Skip to content

Commit

Permalink
🔥 Remove unused functionality from _typing.py file (#805)
Browse files Browse the repository at this point in the history
Co-authored-by: svlandeg <[email protected]>
  • Loading branch information
ivantodorovich and svlandeg authored Aug 28, 2024
1 parent fc2a634 commit 67a9eee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 481 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ ignore = [
# Loop control variable `x` not used within loop body
"docs_src/using_click/tutorial001.py" = ["B007"]

# TODO: refactor _typing.py, remove unnecessary code
"typer/_typing.py" = ["UP036", "F822"]

[tool.ruff.lint.isort]
known-third-party = ["typer", "click"]
# For docs_src/subcommands/tutorial003/
Expand Down
Loading

0 comments on commit 67a9eee

Please sign in to comment.