setup.cfg 114 B

12345
  1. [flake8]
  2. max-line-length = 99
  3. extend-ignore =
  4. # See https://github.com/PyCQA/pycodestyle/issues/373
  5. E203,