Merge pull request #219 from optuna/update-mypy-command

Update mypy command in CONTRIBUTING.md
This commit is contained in:
Masashi Shibata
2022-04-24 14:56:19 +09:00
committed by GitHub
+1 -1
View File
@@ -91,7 +91,7 @@ $ pip install -r requirements.txt
$ flake8
$ black --check .
$ isort . --check
$ mypy .
$ mypy optuna_dashboard python_tests
```
or