We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce642a1 commit 9e58ef5Copy full SHA for 9e58ef5
README.rst
@@ -30,6 +30,17 @@ unicode type and it may not detect what you actually want.
30
EACCES is converted to a 403 status code, and ENOENT is converted to a
31
404. All other IOError types are converted to a 400.
32
33
+Static Type Checking
34
+--------------------
35
+
36
+mypy errors out *Skipping analyzing "requests_file": module is installed, but
37
+missing library stubs or py.typed marker [import-untyped]*. To resolve, run the
38
+following command to generate a requests_file.pyi in the current directory:
39
40
+.. code-block:: bash
41
42
+ stubgen -o . -m requests_file
43
44
Contributing
45
------------
46
0 commit comments