Skip to content

Commit 7b90ef1

Browse files
authored
remove deprecated isort option (#299)
1 parent 6260ffc commit 7b90ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ deps =
4040
commands =
4141
black --check django_prometheus/
4242
flake8 django_prometheus
43-
isort --check-only -rc django_prometheus/
43+
isort --check-only django_prometheus/
4444

4545
[flake8]
4646
ignore = E501,W503

0 commit comments

Comments
 (0)