Skip to content

Commit 3adfc49

Browse files
author
Omer Katz
committed
The isort bug is now fixed so there's no need to skip the deprecated.py module anymore.
1 parent a035680 commit 3adfc49

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
@@ -88,4 +88,4 @@ commands =
8888
pydocstyle {toxinidir}/celery
8989

9090
[testenv:isort-check]
91-
commands = isort -j2 --skip celery/utils/deprecated.py --project celery --diff --order-by-type -rc -c {toxinidir}/celery {toxinidir}/t
91+
commands = isort -j2 --project celery --diff --order-by-type -rc -c {toxinidir}/celery {toxinidir}/t

0 commit comments

Comments
 (0)