CellProfiler/centrosome

View on GitHub
pyproject.toml

Summary

Maintainability
Test Coverage
[tool.black]
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.hg
    | \.mypy_cache
    | \.tox
    | \.venv
    | _build
    | build
    | dist
  )/
)
'''
target_version = ['py37']