github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/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  '''