Skip to content

Type Checking

  1. Get into the api container

    docker exec -it fastapi-fullstack_api_1 /bin/bash
    
  2. Check everything

    mypy .
    
Back to top