Introduce isort

This commit is contained in:
c-bata
2021-04-09 18:05:44 +09:00
parent bb4d2765e9
commit 691e54ab18
4 changed files with 21 additions and 2 deletions
+2 -1
View File
@@ -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