Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8af0da commit f025efdCopy full SHA for f025efd
‎setup.cfg‎
@@ -29,7 +29,11 @@ files =
29
uvicorn/subprocess.py,
30
uvicorn/protocols/http/flow_control.py,
31
uvicorn/supervisors/statreload.py,
32
- uvicorn/supervisors/multiprocess.py
+ uvicorn/supervisors/multiprocess.py,
33
+ uvicorn/middleware/__init__.py,
34
+ uvicorn/protocols/__init__.py,
35
+ uvicorn/protocols/http/__init__.py,
36
+ uvicorn/protocols/websockets/__init__.py
37
38
39
[mypy-tests.*]
0 commit comments