File tree 1 file changed +13
-0
lines changed 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -944,6 +944,16 @@ snippet in ``setup.py``::
944
944
],
945
945
...
946
946
947
+ The Typeshed Repo
948
+ -----------------
949
+
950
+ There is a shared repository where useful stubs are being collected
951
+ [typeshed]_. Note that stubs for a given package will not be included
952
+ here without the explicit consent of the package owner. Further
953
+ policies regarding the stubs collected here will be decided at a later
954
+ time, after discussion on python-dev, and reported in the typeshed
955
+ repo's README.
956
+
947
957
948
958
Exceptions
949
959
==========
@@ -1385,6 +1395,9 @@ References
1385
1395
.. [mypy]
1386
1396
http://mypy-lang.org
1387
1397
1398
+ .. [typeshed]
1399
+ https://github.com/JukkaL/typeshed/
1400
+
1388
1401
.. [pyflakes]
1389
1402
https://github.com/pyflakes/pyflakes/
1390
1403
You can’t perform that action at this time.
0 commit comments