setup.cfg 104 B

12345678
  1. [flake8]
  2. max-line-length=89
  3. ignore=D
  4. [mypy]
  5. show_error_codes = True
  6. python_version = 3.7
  7. pretty = True