Files
optuna-dashboard/setup.cfg
T
2020-10-27 02:55:29 +09:00

8 lines
135 B
INI

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