optuna / optuna-dashboard

Real-time Web Dashboard for Optuna.
https://optuna-dashboard.readthedocs.io/en/latest/
Other
503 stars 83 forks source link

Add flake8 ignore options #803

Closed c-bata closed 7 months ago

c-bata commented 7 months ago

Contributor License Agreement

This repository (optuna-dashboard) and Goptuna share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.

Reference Issues/PRs

Follow-up #719 and #802.

What does this implement/fix? Explain your changes.

Add flake8's ignore option to align with Optuna's one. Without this option, flake8 conflicts with black formatter sometimes. https://github.com/optuna/optuna/blob/11dca397313eca84dd183e57351c33f33b05e4f6/setup.cfg#L2-L5