Use flake8

This commit is contained in:
c-bata
2020-10-26 15:53:04 +09:00
parent 8fd9a224f3
commit 2c1bafe95a
3 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -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",