We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb60e0a commit 156630cCopy full SHA for 156630c
setup.cfg
@@ -2,9 +2,11 @@
2
universal = 1
3
4
[isort]
5
+include_trailing_comma=True
6
line_length=80
-known_first_party=django_elastipymemcache
7
multi_line_output=3
8
+not_skip=__init__.py
9
+known_first_party=django_elastipymemcache
10
11
[check-manifest]
12
ignore =
tests/test_protocol.py
@@ -2,7 +2,7 @@
from django_elastipymemcache.cluster_utils import (
WrongProtocolData,
- get_cluster_info
+ get_cluster_info,
)
from nose.tools import eq_, raises
0 commit comments