Skip to content

Commit bf5a16d

Browse files
committed
added isort
1 parent 0e16d32 commit bf5a16d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,7 @@ jobs:
6161
run: |
6262
source env/bin/activate
6363
pip install black
64+
pip install isort
6465
black --check src/
66+
isort --check src/
67+

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ classifiers = [
1717
dependencies = [
1818
"black",
1919
"isort",
20-
"autopep8",
2120
"pytest",
2221
]
2322

0 commit comments

Comments
 (0)