HunterMcGushion/hyperparameter_hunter

View on GitHub
pyproject.toml

Summary

Maintainability
Test Coverage

##################################################
# Black Code Formatting
##################################################
[tool.black]
line-length = 100
include = '\.pyi?$'
exclude = '''
/(
    \.git
  | \.tox
  | _build
  | build
  | dist
  | env.?/*
)/
'''