mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Use flake8
This commit is contained in:
@@ -34,11 +34,11 @@ setup(
|
||||
packages=find_packages(),
|
||||
install_requires=["optuna", "bottle"],
|
||||
extras_require={
|
||||
"lint": ["black"],
|
||||
"lint": ["black", "flake8"],
|
||||
"release": ["wheel", "twine"],
|
||||
},
|
||||
package_data={"optuna_dashboard": ["public/*"]},
|
||||
test_suite='tests',
|
||||
test_suite="tests",
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"optuna-dashboard = optuna_dashboard.cli:main",
|
||||
|
||||
Reference in New Issue
Block a user