beautify 63 B

12345
  1. #!/bin/sh
  2. black -l 72 *.py
  3. flake8 *.py
  4. mypy --strict server.py