Skip to content

Commit 74f2fbd

Browse files
committed
Add isort backend to dev dependencies
1 parent 6768330 commit 74f2fbd

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

poetry.lock

+17-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ production = ["gevent", "gunicorn", "psycopg2"]
3535

3636
[tool.poetry.dev-dependencies]
3737
flake8 = {version = "^3.8.3", optional = true}
38+
isort = "^5.1.4"
3839

3940
[build-system]
4041
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)