pyproject.toml 189 B

12345678910111213141516171819
  1. [tool.black]
  2. line-length = 79
  3. include = '\.py?$'
  4. exclude = '''
  5. /(
  6. \.git
  7. | \.tox
  8. | \.venv
  9. | _build
  10. | build
  11. | dist
  12. | tests
  13. | lcl
  14. | alembic
  15. | pagure/hooks/files
  16. )/
  17. '''