[tool.black]
line-length = 79
exclude = '''
(
    ^/\..*
  | ^/docs/
  | ^/build/
  | ^/github2pypi/
)
'''