Skip to content

Commit be58c88

Browse files
disable some linter warnings
1 parent 966a41f commit be58c88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_present.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def check_add_identity_rules(W):
194194
]
195195

196196

197-
def check_commutator_errors(W):
197+
def check_commutator_errors(W): # pylint: disable=too-many-statements
198198
# Alphabet specified, inverses specified
199199

200200
# Words not over the alphabet
@@ -320,7 +320,7 @@ def check_commutator(W):
320320
assert presentation.commutator(p, W([0, 0]), W([2])) == W([2, 2, 0, 0, 0, 2])
321321

322322

323-
def check_add_commutator_rule_errors(W):
323+
def check_add_commutator_rule_errors(W): # pylint: disable=too-many-statements
324324
p = Presentation(W([]))
325325

326326
with pytest.raises(LibsemigroupsError):

0 commit comments

Comments
 (0)