mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
8 lines
109 B
INI
8 lines
109 B
INI
[flake8]
|
|
ignore =
|
|
E203
|
|
W503
|
|
max-line-length = 99
|
|
statistics = True
|
|
exclude = venv,build,node_modules
|