Files
optuna-dashboard/setup.cfg
T
nabenabe0928 a7429318f3 Limit the maximum number of trials to be used for one update
More specifically, this PR makes the following changes:
1. Add query param for limit,
2. Update studyDetails only if there is no study with
   the specified study_id or the fetched trials has a
   positive length,
3. Shorten the waiting interval when there is a leftover
   in the server side, and
4. Adapt the flake8 setup to the Optuna repo.
2024-01-19 09:01:15 +01:00

8 lines
96 B
INI

[flake8]
ignore =
E203
W503
max-line-length = 99
statistics = True
exclude = venv,build