betteridiot/bamnostic

View on GitHub
pyproject.toml

Summary

Maintainability
Test Coverage
[tool.black]
line-length = 79
include = '\.pyi?$'
exclude = '''
/(
    \.git
  | \docs
  | \.travis
  | build
  | dist
)/
'''