Update mypy command in CONTRIBUTING.md

This commit is contained in:
c-bata
2022-04-24 14:55:57 +09:00
parent d0e1b94bce
commit 06ff7928a4
+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