Skip to content

Commit b94455e

Browse files
committed
Added ignore in setup.cfg file
1 parent 54e9f16 commit b94455e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binary_search_tree/binary_serch_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self):
1212
self._count = 0
1313

1414
def __len__(self):
15-
"""Return size of list
15+
"""Return size of list.
1616
1717
Returns:
1818
size(int): size of nodes

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ doctests = True
77
enable-extensions = G
88
isort-show-traceback = True
99

10-
ignore = WPS414
10+
ignore = WPS110
1111

1212
[isort]
1313
# See https://github.com/timothycrosley/isort#multi-line-output-modes

0 commit comments

Comments
 (0)