Skip to content

Commit 156630c

Browse files
committed
Enable include_trailing_comma option
1 parent cb60e0a commit 156630c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
universal = 1
33

44
[isort]
5+
include_trailing_comma=True
56
line_length=80
6-
known_first_party=django_elastipymemcache
77
multi_line_output=3
8+
not_skip=__init__.py
9+
known_first_party=django_elastipymemcache
810

911
[check-manifest]
1012
ignore =

tests/test_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from django_elastipymemcache.cluster_utils import (
44
WrongProtocolData,
5-
get_cluster_info
5+
get_cluster_info,
66
)
77
from nose.tools import eq_, raises
88

0 commit comments

Comments
 (0)