github.com/containers/podman/v5@v5.1.0-rc1/pyproject.toml (about)

     1  [tool.black]
     2  line-length = 100
     3  target-version = ['py36']
     4  include = '\.pyi?$'
     5  exclude = '''
     6  /(
     7      \.git
     8    | \.tox
     9    | \.venv
    10    | build
    11    | dist
    12    | docs
    13    | hack
    14  )/
    15  '''