mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-21 13:10:53 +08:00
8 lines
140 B
INI
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 |