Files
optuna-dashboard/setup.cfg
T
2020-11-11 17:16:31 +09:00

8 lines
140 B
INI

[flake8]
max-line-length = 99
statistics = True
exclude = venv,build,.tox
[mypy]
ignore_missing_imports = True
disallow_untyped_defs = True