Skip to content

Commit

Permalink
allow imports from typing_extensions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588358111
Change-Id: I5e0748657731b1e660a4f111d0d4d7a3fa4c6d05
  • Loading branch information
jagapiou authored and copybara-github committed Dec 6, 2023
1 parent b018cfc commit 6c6b49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[build-system]
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "google"
# TODO remove once https://github.com/PyCQA/isort/pull/2149 submitted.
line_length = 1000
single_line_exclusions = ["collections.abc", "typing"]
single_line_exclusions = ["collections.abc", "typing", "typing_extensions"]
known_thirdparty = ["concordia"]

[tool.pyink]
Expand Down

0 comments on commit 6c6b49a

Please sign in to comment.