We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyupgrade
ruff
1 parent f516a43 commit af4693aCopy full SHA for af4693a
1 file changed
docs/guides/modernizing.rst
@@ -24,6 +24,12 @@ Each section states the minimum Python version required to use the
24
feature, whether it is available in typing-extensions, and whether it is
25
available using quoting.
26
27
+.. tip::
28
+
29
+ Tools such as `pyupgrade <https://pypi.org/project/pyupgrade/>`__ or
30
+ `ruff <https://pypi.org/project/ruff/>`__ can automatically perform
31
+ these refactorings for you.
32
33
.. note::
34
35
The latest version of typing-extensions is available for all Python
0 commit comments