mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-08 17:20:16 +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
|