setup.cfg 123 B

12345678910
  1. [flake8]
  2. exclude = build,.git,build-pypy,.tox
  3. [mypy]
  4. ignore_missing_imports = True
  5. [egg_info]
  6. tag_build =
  7. tag_date = 0