mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Introduce isort
This commit is contained in:
@@ -21,7 +21,8 @@ jobs:
|
||||
python -m pip install --upgrade pip setuptools
|
||||
pip install --progress-bar off .[lint]
|
||||
- run: flake8 . --show-source
|
||||
- run: black --check .
|
||||
- run: black --check --diff .
|
||||
- run: isort --check --diff .
|
||||
- run: mypy .
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user