-
Notifications
You must be signed in to change notification settings - Fork 42
Fix Flake8 Errors in CI #202
Copy link
Copy link
Open
Labels
code-fixChange that does not change the behavior, such as code refactoring.Change that does not change the behavior, such as code refactoring.contribution-welcomeIssue that welcomes contribution.Issue that welcomes contribution.
Metadata
Metadata
Assignees
Labels
code-fixChange that does not change the behavior, such as code refactoring.Change that does not change the behavior, such as code refactoring.contribution-welcomeIssue that welcomes contribution.Issue that welcomes contribution.
Motivation
Flake8 checks were recently added to the CI, and optuna_integration/comet/comet.py and optuna_integration/botorch/botorch.py generate errors. These errors were temporarily ignored, but now the ignore rules should be removed.
ref: Add flake8 in ci #201
Suggestion
Resolve the errors as recommended by Flake8.
Additional context (optional)
No response