05360171创建于 2022年3月18日历史提交
[tool.black]
line-length = 80
target-version = ['py38']
exclude = '''

(
  /(
      \.eggs         # exclude a few common directories in the
    | \.git          # root of the project
    | \.mypy_cache
    | \.tox
    | \.venv
  )/
)
'''