]> granicus.if.org Git - graphviz/commit
disable Pylint duplicate-code warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Sep 2021 17:12:05 +0000 (10:12 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 9 Sep 2021 02:16:32 +0000 (19:16 -0700)
commit1aa99b9b3b4c900b3585ef67ae3f02f8ddfd20a2
tree0e5a04de2aaa61b98dbb557a6d5225082a123078
parent3a9b49ec32d4e7a1f903865fd4ec82c489c05921
disable Pylint duplicate-code warning

This triggers for a lot of Graphviz Python code because, by its nature of being
used to write test cases in Graphviz, there is inherently always going to be a
lot of similar looking code.
.pylintrc