Skip to content

Commit

Permalink
Replace uvicorn files by uvicorn folder on mypy settings (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Nov 21, 2022
1 parent 917aff0 commit e8d5e62
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,7 @@ disallow_untyped_defs = True
ignore_missing_imports = True
follow_imports = silent
files =
uvicorn/lifespan,
uvicorn/config.py,
uvicorn/middleware/message_logger.py,
uvicorn/supervisors/basereload.py,
uvicorn/importer.py,
uvicorn/protocols/utils.py,
uvicorn/middleware/proxy_headers.py,
uvicorn/loops,
uvicorn/main.py,
uvicorn/workers.py,
uvicorn/protocols/http/auto.py,
uvicorn/protocols/websockets/auto.py,
uvicorn/supervisors/__init__.py,
uvicorn/middleware/wsgi.py,
uvicorn/supervisors/watchfilesreload.py,
uvicorn/supervisors/watchgodreload.py,
uvicorn/logging.py,
uvicorn/middleware/asgi2.py,
uvicorn/server.py,
uvicorn/__init__.py,
uvicorn/__main__.py,
uvicorn/_subprocess.py,
uvicorn/protocols/http/flow_control.py,
uvicorn/supervisors/statreload.py,
uvicorn/supervisors/multiprocess.py,
uvicorn/middleware/__init__.py,
uvicorn/protocols/__init__.py,
uvicorn/protocols/http/__init__.py,
uvicorn/protocols/websockets/__init__.py,
uvicorn/protocols/websockets/websockets_impl.py,
uvicorn/protocols/websockets/wsproto_impl.py,
uvicorn/protocols/http/h11_impl.py,
uvicorn/protocols/http/httptools_impl.py,
uvicorn/,
tests/middleware/test_wsgi.py,
tests/middleware/test_proxy_headers.py,
tests/test_config.py,
Expand Down

0 comments on commit e8d5e62

Please sign in to comment.