pyproject.toml 107 B

12345678910
  1. [tool.black]
  2. line-length = 79
  3. exclude = '''
  4. (
  5. ^/\..*
  6. | ^/docs/
  7. | ^/build/
  8. | ^/github2pypi/
  9. )
  10. '''